mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: routes
This commit is contained in:
parent
ac57b229fc
commit
c5047d1b5b
@ -50,9 +50,10 @@ function layerDashboards() {
|
||||
component: () => import("@/views/Layer.vue"),
|
||||
};
|
||||
route.children.push(d);
|
||||
console.log(child);
|
||||
const tab = {
|
||||
name: `${child.name}ActiveTabIndex`,
|
||||
path: `/${child.name}/tab/:activeTabIndex`,
|
||||
path: `/${child.path}/tab/:activeTabIndex`,
|
||||
component: () => import("@/views/Layer.vue"),
|
||||
meta: {
|
||||
notShow: true,
|
||||
|
Loading…
Reference in New Issue
Block a user