删除运营商vip路由

This commit is contained in:
BOOL\25024
2023-11-23 16:29:41 +08:00
parent 2e04c379e3
commit 0ef9a72c71

View File

@@ -192,19 +192,6 @@ export const constantRoutes = [
},
],
},
{
path: "/member/merchantVIP",
component: Layout,
hidden: true,
children: [
{
path: "index",
component: () => import("@/views/member/merchantVIP/index"),
name: "merchantVIP",
meta: { title: "运营商VIP", activeMenu: "/member/merchantVIP" },
},
],
},
];
// 动态路由,基于用户权限动态去加载