MrShi
21 小时以前 825418425a91c4cf95e56c3fbaf06ea9fb5a37d8
mini-program/main.js
@@ -9,6 +9,7 @@
Vue.prototype.$store = store;
Vue.prototype.$baseUrl = 'http://192.168.1.17:12015/'
// Vue.prototype.$baseUrl = 'https://test.doumee.cn/dmmall_web_api/'
Vue.prototype.$onLaunched = new Promise(resolve => {
   Vue.prototype.$isResolve = resolve
@@ -17,7 +18,8 @@
Vue.use(uView);
store.dispatch('getHeight')
import shareMixin from '@/utils/shareMixin'
Vue.mixin(shareMixin)
const app = new Vue({
   store,
   ...App