This commit is contained in:
lcw
2026-03-14 19:46:21 +08:00
parent 93489b06fa
commit 9fb505eb8e
248 changed files with 21714 additions and 1840 deletions

View File

@ -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",