fix: routes

This commit is contained in:
Fine 2023-11-26 11:21:40 +08:00
parent ac57b229fc
commit c5047d1b5b

View File

@ -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,