MrShi
2023-10-31 e9af167156ca9d1b404a76ab0fc8c82c26fe6a11
bicycle/main.js
@@ -4,13 +4,13 @@
import './uni.promisify.adaptor'
import store from './store/index.js'
Vue.prototype.$store = store
Vue.prototype.$store = store;
import uView from "uview-ui";
Vue.use(uView);
Vue.use(uView);
Vue.config.productionTip = false
App.mpType = 'app'
Vue.config.productionTip = false;
App.mpType = 'app';
Vue.prototype.$onLaunched = new Promise(resolve => {
   Vue.prototype.$isResolve = resolve;