fix: change metrics config, fix tab routes (#345)

This commit is contained in:
Fine0830
2023-11-26 13:15:43 +08:00
committed by GitHub
parent ac57b229fc
commit c1c086d999
5 changed files with 41 additions and 27 deletions

View File

@@ -52,7 +52,7 @@ function layerDashboards() {
route.children.push(d);
const tab = {
name: `${child.name}ActiveTabIndex`,
path: `/${child.name}/tab/:activeTabIndex`,
path: `/${child.path}/tab/:activeTabIndex`,
component: () => import("@/views/Layer.vue"),
meta: {
notShow: true,