fix:修复路由bug

This commit is contained in:
zouzhibing 2022-08-24 16:51:04 +08:00
parent 99634a49d7
commit e3c773a0fa
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ import systemRouter from './modules/system'
*/
export const constantRoutes: Array<RouteRecordRaw&extendRoute> = [
{
path: "/",
redirect: { name: "login" }
},
{
path: '/login',
name: 'Login',