From 0ef9a72c71f3a9863ad2d3a49dfa09f4d434c1c0 Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Thu, 23 Nov 2023 16:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BF=90=E8=90=A5=E5=95=86vi?= =?UTF-8?q?p=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/router/index.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/jsowell-ui/src/router/index.js b/jsowell-ui/src/router/index.js index 3268c33e9..162d056d5 100644 --- a/jsowell-ui/src/router/index.js +++ b/jsowell-ui/src/router/index.js @@ -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" }, - }, - ], - }, ]; // 动态路由,基于用户权限动态去加载