jiaosong
2023-11-09 f8b9ccf70df347ed40cadb44202e92a9cd812c3d
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;