perf: route

This commit is contained in:
xiaoxian521
2021-10-13 13:14:28 +08:00
parent e080fe4128
commit 262113525d
12 changed files with 29 additions and 70 deletions

View File

@@ -42,8 +42,7 @@ let routerArrays: Array<RouteConfigs> = [
meta: {
title: "message.hshome",
icon: "el-icon-s-home",
showLink: true,
savedPosition: false
showLink: true
}
}
];
@@ -161,8 +160,7 @@ function deleteDynamicTag(obj: any, current: any, tag?: string) {
meta: {
title: "message.hshome",
icon: "el-icon-s-home",
showLink: true,
savedPosition: false
showLink: true
}
},
obj

View File

@@ -49,8 +49,7 @@ export const routerArrays: Array<RouteConfigs> = [
meta: {
title: "message.hshome",
icon: "el-icon-s-home",
showLink: true,
savedPosition: false
showLink: true
}
}
];