MrShi
10 小时以前 a690229b69cfa0aba5a0352772c2bdc1cf9fdab0
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