页面框架体系重新调整

This commit is contained in:
aixianling
2021-12-13 10:16:08 +08:00
parent 6174c46869
commit bd727f76b4
8 changed files with 61 additions and 97 deletions

View File

@@ -4,7 +4,6 @@ import store from './store';
import axios from './common/axios';
import utils from './common/util';
import ui from 'uview-ui'
import apps from './apps/index'
const loading = title => {
uni.showLoading({
@@ -21,7 +20,6 @@ Vue.prototype.$loading = loading
Vue.prototype.$hideLoading = hideLoading
Vue.use(ui)
Vue.use(apps)
Vue.config.productionTip = false;
Vue.prototype.$store = store;
//初始化接口工具类