diff --git a/jsowell-ui/src/router/index.js b/jsowell-ui/src/router/index.js index 25ccbde48..3268c33e9 100644 --- a/jsowell-ui/src/router/index.js +++ b/jsowell-ui/src/router/index.js @@ -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" }, + }, + ], + }, ]; // 动态路由,基于用户权限动态去加载 diff --git a/jsowell-ui/src/views/member/merchantVIP/index.vue b/jsowell-ui/src/views/member/merchantVIP/index.vue new file mode 100644 index 000000000..a777b84c4 --- /dev/null +++ b/jsowell-ui/src/views/member/merchantVIP/index.vue @@ -0,0 +1,449 @@ + + +