From 10bbdef1a2a953758f5de60be9b0d61dbed93f7b Mon Sep 17 00:00:00 2001 From: marvzhang Date: Wed, 15 Jan 2020 14:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=B6=88=E6=81=AF=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E7=B1=BB=E5=88=AB=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index c019836a..666792f1 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -220,6 +220,7 @@ export const constantRouterMap = [ children: [ { path: '', + name: 'Setting', component: () => import('../views/setting/Setting'), meta: { title: 'Setting',