From 7edaa48a7dee6882d6c7af8d6be4390c344bc601 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 11 May 2021 10:11:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):login=20=E5=90=8E=E8=B7=AF?= =?UTF-8?q?=E7=94=B1fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index c4eaca82c6..9f61116aaf 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -85,7 +85,7 @@ export const constantRoutes = [ { path: '/', component: Layout, - redirect: '/panel', + redirect: '/panel/index', hidden: true }