lcw
This commit is contained in:
@ -41,6 +41,11 @@ export const publicRoutes = [
|
||||
name: "home",
|
||||
component: () => import("@/views/home/index") //系统登录
|
||||
},
|
||||
{
|
||||
path: "/mapNavigation",
|
||||
name: "mapNavigation",
|
||||
component: () => import("@/views/home/model/mapNavigation.vue") //系统登录
|
||||
},
|
||||
{
|
||||
path: "/KeyPopulations",
|
||||
name: "KeyPopulations",
|
||||
@ -484,6 +489,15 @@ export const publicRoutes = [
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/policeManagement",
|
||||
name: "policeManagement",
|
||||
component: () => import("@/views/backOfficeSystem/policeManagement/index.vue"),
|
||||
meta: {
|
||||
title: "重大事件",
|
||||
icon: "article-create"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
@ -658,6 +672,29 @@ export const publicRoutes = [
|
||||
name: "dataApplication",
|
||||
meta: { title: "数据应用", icon: "article-ranking" },
|
||||
children: [
|
||||
{
|
||||
path: "/Gzqkgl",
|
||||
name: "Gzqkgl",
|
||||
meta: {
|
||||
title: "工作情况管理",
|
||||
icon: "article-create"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/goingJob",
|
||||
name: "goingJob",
|
||||
meta: { title: "工作情况", icon: "article-ranking" },
|
||||
component: () => import("@/views/backOfficeSystem/goingJob/index.vue")
|
||||
}, {
|
||||
path: "/workLogInfo",
|
||||
name: "workLogInfo",
|
||||
meta: { title: "值班信息", icon: "article-ranking" },
|
||||
component: () => import("@/views/backOfficeSystem/workLogInfo/index.vue")
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: "/Cspz",
|
||||
name: "Cspz",
|
||||
|
||||
Reference in New Issue
Block a user