更新
This commit is contained in:
@ -122,7 +122,7 @@ export const publicRoutes = [
|
|||||||
component: () => import("@/views/login/index")
|
component: () => import("@/views/login/index")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/home",
|
path: "/",
|
||||||
name: "home",
|
name: "home",
|
||||||
component: () => import("@/views/home/index") //系统登录
|
component: () => import("@/views/home/index") //系统登录
|
||||||
},
|
},
|
||||||
@ -136,6 +136,7 @@ export const publicRoutes = [
|
|||||||
component: layout,
|
component: layout,
|
||||||
redirect: "/IdentityManage",
|
redirect: "/IdentityManage",
|
||||||
children: [
|
children: [
|
||||||
|
|
||||||
{
|
{
|
||||||
path: "/FourColorWarning",
|
path: "/FourColorWarning",
|
||||||
name: "FourColorWarning",
|
name: "FourColorWarning",
|
||||||
@ -170,7 +171,6 @@ export const publicRoutes = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
path: "/IntelligentControl",
|
path: "/IntelligentControl",
|
||||||
name: "IntelligentControl",
|
name: "IntelligentControl",
|
||||||
@ -380,7 +380,7 @@ export const publicRoutes = [
|
|||||||
title: "网上会商室",
|
title: "网上会商室",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user