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