From e3c773a0facef375c212267ff37eada5ab2e80ce Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Wed, 24 Aug 2022 16:51:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index ed4be59..0ce1026 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -33,10 +33,6 @@ import systemRouter from './modules/system' */ export const constantRoutes: Array = [ - { - path: "/", - redirect: { name: "login" } - }, { path: '/login', name: 'Login',