mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
优化店铺端代码,减少报错信息,动态cdn加载,优化速度30%+
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user