doum
13 小时以前 abed82384f42233b7534b7047bcfd955a2ef4487
mini-program/main.js
@@ -8,7 +8,10 @@
App.mpType = 'app'
Vue.prototype.$store = store;
Vue.prototype.$baseUrl = 'http://192.168.1.40:10014/'
// Vue.prototype.$baseUrl = 'http://192.168.1.17:12015/'
Vue.prototype.$baseUrl = 'http://192.168.1.85:12015/'
// Vue.prototype.$baseUrl = 'https://test.doumee.cn/dmmall_web_api/'
Vue.prototype.$onLaunched = new Promise(resolve => {
   Vue.prototype.$isResolve = resolve
@@ -17,7 +20,8 @@
Vue.use(uView);
store.dispatch('getHeight')
import shareMixin from '@/utils/shareMixin'
Vue.mixin(shareMixin)
const app = new Vue({
   store,
   ...App