|
|
|
@ -4,7 +4,6 @@ import store from './store' |
|
|
|
|
import bootstrap from './core/bootstrap' |
|
|
|
|
import mixin from './core/mixins/app' |
|
|
|
|
import uView from './uni_modules/vk-uview-ui' |
|
|
|
|
import UniIcons from './uni_modules/uni-icons/components/uni-icons/uni-icons.vue' |
|
|
|
|
import { navTo, showToast, showSuccess, showError, getShareUrlParams, checkModuleKey, checkModules } from './core/app' |
|
|
|
|
import Config from '@/core/config' |
|
|
|
|
|
|
|
|
@ -26,8 +25,6 @@ export function createApp() { |
|
|
|
|
console.log(wx.getExtConfigSync()) |
|
|
|
|
// 使用 uView UI
|
|
|
|
|
app.use(uView) |
|
|
|
|
|
|
|
|
|
app.use(UniIcons); |
|
|
|
|
|
|
|
|
|
// 全局mixin
|
|
|
|
|
app.mixin(mixin) |
|
|
|
|