From c5cdc498d0cc52b0794bf16d9c257738fffdcab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B6=E6=99=B6=20=E5=BC=A0?= Date: Wed, 21 Jul 2021 10:03:21 +0800 Subject: [PATCH] =?UTF-8?q?CN-59=20style=EF=BC=9A=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index 9231a29b..a4e61a47 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -22,6 +22,10 @@ const routes = [ path: '/role', component: () => import('@/views/settings/Roles') }, + { + path: '/i18n', + component: () => import('@/views/settings/I18n') + }, { path: '/operationLog', component: () => import('@/views/settings/OperationLog')