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

@@ -9,7 +9,6 @@ const flowChartRouter = {
icon: "el-icon-set-up",
title: "message.hsflowChart",
showLink: true,
savedPosition: true,
rank: 1
},
children: [
@@ -19,8 +18,7 @@ const flowChartRouter = {
component: () => import("/@/views/flow-chart/index.vue"),
meta: {
title: "message.hsflowChart",
showLink: true,
savedPosition: true
showLink: true
}
}
]