update 平台配置页面

This commit is contained in:
2024-04-22 15:02:55 +08:00
parent 01319e7648
commit 32403e337c
7 changed files with 86 additions and 6 deletions

View File

@@ -205,6 +205,19 @@ export const constantRoutes = [
},
],
},
{
path: "/secret/detail",
component: Layout,
hidden: true,
children: [
{
path: "index/:id",
component: () => import("@/views/thirdparty/secret/detail"),
name: "secretDetail",
meta: { title: "第三方平台配置详情", activeMenu: "/secret/detail" },
},
],
},
];
// 动态路由,基于用户权限动态去加载