修改ios权限问题

This commit is contained in:
duan
2025-01-14 11:12:52 +08:00
parent c80b7ca975
commit 6fb22d8f10
8 changed files with 123 additions and 149 deletions

View File

@@ -17,7 +17,8 @@ const app = new Vue({
})
app.$mount()
// #endif
import Vconsole from 'vconsole'
const vconsole = new Vconsole() // 使用vconsole
// #ifdef VUE3
import {
createSSRApp
@@ -28,6 +29,7 @@ export function createApp() {
store.use(createUnistorage());
app.use(uviewPlus)
app.use(store)
app.use(vconsole)
const $common = useCommonStore()
$common.init()