merge
This commit is contained in:
6
main.js
6
main.js
@@ -9,12 +9,12 @@ import Mylink from './node_modules/uni-simple-router/dist/link.vue'
|
||||
|
||||
import { INIT } from './im/INIT'
|
||||
|
||||
(async () => {
|
||||
// (async () => {
|
||||
Vue.component('my-link', Mylink)
|
||||
Vue.use(uView)
|
||||
Vue.use(router)
|
||||
|
||||
await INIT();
|
||||
// await INIT();
|
||||
|
||||
Vue.config.productionTip = false
|
||||
App.mpType = 'app'
|
||||
@@ -23,4 +23,4 @@ import { INIT } from './im/INIT'
|
||||
...App
|
||||
})
|
||||
app.$mount()
|
||||
})()
|
||||
// })()
|
||||
|
||||
Reference in New Issue
Block a user