a
jiangping
2023-11-07 28a07b5b768096a2c75b55c440b8afd0b50b3f0b
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;