整合小程序库
This commit is contained in:
@@ -9,13 +9,13 @@ import 'uview-ui/theme.scss'
|
||||
|
||||
Vue.use(vui)
|
||||
Vue.config.productionTip = false
|
||||
Vue.prototype.$instance = axios.instance
|
||||
Vue.prototype.$instance = axios
|
||||
Vue.prototype.$areaId = config.areaId;
|
||||
Vue.prototype.$areaName = config.areaName;
|
||||
Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/'
|
||||
App.mpType = 'app'
|
||||
Object.keys(utils).map(e => Vue.prototype[e] = utils[e])
|
||||
utils.$dict.init(axios.instance)
|
||||
utils.$dict.init(axios)
|
||||
|
||||
const app = new Vue({
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user