From 091675265d50391c1d89b7ad4dd6297a4962035d Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 15 Jul 2021 19:21:53 +0800 Subject: [PATCH] =?UTF-8?q?CN-57=20fix:role=E9=A1=B5=E9=9D=A2=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index a4f592b1..9231a29b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -19,7 +19,7 @@ const routes = [ component: () => import('@/views/settings/User') }, { - path: '/roles', + path: '/role', component: () => import('@/views/settings/Roles') }, {