fix: 包码1

This commit is contained in:
zhangds 2024-02-23 17:09:34 +08:00
parent 23439ef566
commit a508b9a4c5
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
</div>
</body>
<script>
const bm_obj_data = sessionStorage.getItem("bm_auth") ? JSON.parse(sessionStorage.getItem("bm_auth")) : null;
const { createApp, ref, reactive, onMounted } = Vue;
createApp({
setup() {