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',