运营商VIP

This commit is contained in:
2023-11-23 16:17:22 +08:00
parent 3ed73e9dac
commit 2e04c379e3
2 changed files with 462 additions and 13 deletions

View File

@@ -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" },
},
],
},
];
// 动态路由,基于用户权限动态去加载