优化店铺端代码,减少报错信息,动态cdn加载,优化速度30%+

This commit is contained in:
lemon橪
2021-08-27 18:10:33 +08:00
parent 7caa2fd40d
commit e6d8d87c31
16 changed files with 455 additions and 568 deletions

View File

@@ -77,7 +77,7 @@ util.getRouterObjByName = function (routers, name) {
util.handleTitle = function (vm, item) {
if (typeof item.title == 'object') {
return vm.$t(item.title.i18n);
return item.title;
} else {
return item.title;
}