调整字典
This commit is contained in:
@@ -25,6 +25,7 @@ Vue.config.productionTip = false;
|
|||||||
Vue.prototype.$http = axios;
|
Vue.prototype.$http = axios;
|
||||||
Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/dvcp/h5/';
|
Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/dvcp/h5/';
|
||||||
Object.keys(utils).map((e) => (Vue.prototype['$' + e] = utils[e]));
|
Object.keys(utils).map((e) => (Vue.prototype['$' + e] = utils[e]));
|
||||||
|
utils.dict.init({instance: axios})
|
||||||
App.mpType = 'app';
|
App.mpType = 'app';
|
||||||
process.env.NODE_ENV == 'development' && new VConsole();
|
process.env.NODE_ENV == 'development' && new VConsole();
|
||||||
const app = new Vue({
|
const app = new Vue({
|
||||||
|
|||||||
Reference in New Issue
Block a user