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