mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
运营商VIP
This commit is contained in:
@@ -192,19 +192,19 @@ export const constantRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: "/financial/merchant",
|
||||
// component: Layout,
|
||||
// hidden: true,
|
||||
// children: [
|
||||
// {
|
||||
// path: "withdrawalRecords",
|
||||
// component: () => import("@/views/financial/withdrawalRecords"),
|
||||
// name: "withdrawalRecords",
|
||||
// meta: { title: "提现记录", activeMenu: "/financial/merchant" },
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
path: "/member/merchantVIP",
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: "index",
|
||||
component: () => import("@/views/member/merchantVIP/index"),
|
||||
name: "merchantVIP",
|
||||
meta: { title: "运营商VIP", activeMenu: "/member/merchantVIP" },
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user