doum
3 天以前 9505c2324966d298edce55c919bdcbed09df1b37
mini-program/main.js
@@ -9,6 +9,7 @@
Vue.prototype.$store = store;
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 +18,8 @@
Vue.use(uView);
store.dispatch('getHeight')
import shareMixin from '@/utils/shareMixin'
Vue.mixin(shareMixin)
const app = new Vue({
   store,
   ...App