更新页面
This commit is contained in:
@ -136,7 +136,6 @@ export const publicRoutes = [
|
||||
component: layout,
|
||||
redirect: "/IdentityManage",
|
||||
children: [
|
||||
|
||||
{
|
||||
path: "/FourColorWarning",
|
||||
name: "FourColorWarning",
|
||||
@ -401,7 +400,35 @@ export const publicRoutes = [
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: "/DeploymentDisposal",
|
||||
name: "DeploymentDisposal",
|
||||
redirect: "/ResearchHome",
|
||||
meta: {
|
||||
title: "全域布控处置",
|
||||
icon: "article"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/mpvGroup",
|
||||
name: "mpvGroup",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"),
|
||||
meta: {
|
||||
title: "重点群体管理",
|
||||
icon: "article"
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/mpvPeo",
|
||||
name: "mpvPeo",
|
||||
component: () => import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
icon: "article"
|
||||
},
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user