From 2e04c379e3c22886f3aa67e7b42cb9f68a673d80 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 23 Nov 2023 16:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86VIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/router/index.js | 26 +- .../src/views/member/merchantVIP/index.vue | 449 ++++++++++++++++++ 2 files changed, 462 insertions(+), 13 deletions(-) create mode 100644 jsowell-ui/src/views/member/merchantVIP/index.vue 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 @@ + + +