调整字典

This commit is contained in:
aixianling
2022-03-15 10:53:46 +08:00
parent ca1d195723
commit 907524a074

View File

@@ -25,6 +25,7 @@ Vue.config.productionTip = false;
Vue.prototype.$http = axios;
Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/dvcp/h5/';
Object.keys(utils).map((e) => (Vue.prototype['$' + e] = utils[e]));
utils.dict.init({instance: axios})
App.mpType = 'app';
process.env.NODE_ENV == 'development' && new VConsole();
const app = new Vue({