fix:修复路由bug
This commit is contained in:
parent
99634a49d7
commit
e3c773a0fa
|
|
@ -33,10 +33,6 @@ import systemRouter from './modules/system'
|
|||
*/
|
||||
|
||||
export const constantRoutes: Array<RouteRecordRaw&extendRoute> = [
|
||||
{
|
||||
path: "/",
|
||||
redirect: { name: "login" }
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
name: 'Login',
|
||||
|
|
|
|||
Loading…
Reference in New Issue