|
@ -12,13 +12,13 @@ Vue.use(AlloyFingerPlugin, { AlloyFinger }); |
|
|
|
|
|
|
|
|
Vue.config.productionTip = false; |
|
|
Vue.config.productionTip = false; |
|
|
Vue.use(uView); |
|
|
Vue.use(uView); |
|
|
|
|
|
Vue.use(AlloyFingerPlugin, { AlloyFinger }); |
|
|
|
|
|
|
|
|
App.mpType = 'app'; |
|
|
App.mpType = 'app'; |
|
|
|
|
|
|
|
|
const app = new Vue({ ...App }); |
|
|
const app = new Vue({ ...App }); |
|
|
|
|
|
|
|
|
import request from '@/utils/request.js'; |
|
|
import request from '@/utils/request.js'; |
|
|
import './registerServiceWorker'; |
|
|
|
|
|
Vue.use(request, app); |
|
|
Vue.use(request, app); |
|
|
|
|
|
|
|
|
app.$mount(); |
|
|
app.$mount(); |
|
|