清理多余的cdn

This commit is contained in:
aixianling
2021-11-17 17:53:55 +08:00
parent d7029c24fb
commit 455ae34b2a
9 changed files with 63 additions and 64 deletions

View File

@@ -11,8 +11,6 @@ Vue.prototype.$store = store;
//初始化接口工具类
Vue.prototype.$http = axios;
Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/dvcp/h5/';
Vue.prototype.imgHomeUrl = 'https://cdn.cunwuyun.cn/dvcp/h5/home/';
Vue.prototype.imgOtherUrl = 'https://cdn.cunwuyun.cn/dvcp/h5/other/';
Object.keys(utils).map((e) => (Vue.prototype['$' + e] = utils[e]));
App.mpType = 'app';
process.env.NODE_ENV == 'development' && new VConsole();