fix: 包码1
This commit is contained in:
parent
23439ef566
commit
a508b9a4c5
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue