mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-15 04:39:50 +08:00
update 同步前端代码
This commit is contained in:
@@ -205,19 +205,33 @@ 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" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/secret/detail",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: "index/:id",
|
||||
component: () => import("@/views/thirdparty/secret/detail"),
|
||||
name: "secretDetail",
|
||||
meta: { title: "第三方平台配置详情", activeMenu: "/secret/detail" },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/financial/profitDetails",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: "",
|
||||
component: () => import("@/views/financial/profitDetails.vue"),
|
||||
name: "profitDetails",
|
||||
meta: {
|
||||
title: "分润详情",
|
||||
activeMenu: "/financial/profitDetails"
|
||||
}
|
||||
}]
|
||||
}
|
||||
];
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user