From c69029606268797a63187daac9ecd88872d49bef Mon Sep 17 00:00:00 2001 From: valarchie <343928303@qq.com> Date: Mon, 27 Feb 2023 19:32:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?build=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9465330..b2cfa91 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -81,19 +81,6 @@ export const constantRoutes = [ }, ], }, - { - path: '/system/user-auth', - component: Layout, - hidden: true, - children: [ - { - path: 'role/:userId(\\d+)', - component: () => import('@/views/system/user/authRole'), - name: 'AuthRole', - meta: { title: '分配角色', activeMenu: '/system/user' }, - }, - ], - }, { path: '/system/role-auth', component: Layout,