feat: 注销基础管理

This commit is contained in:
2025-12-15 11:04:36 +08:00
parent 476f711ac8
commit cd06aaf1be

View File

@ -877,50 +877,50 @@ export const publicRoutes = [
},
]
},
{
path: "/BasicManagement",
name: "BasicManagement",
meta: {
title: "基础管理",
icon: "article"
},
children: [
// {
// path: "/BasicManagement",
// name: "BasicManagement",
// meta: {
// title: "基础管理",
// icon: "article"
// },
// children: [
// {
// path: "/surveillanceControl",
// name: "surveillanceControl",
// component: () =>
// import(
// "@/views/backOfficeSystem/BasicManagement/surveillanceControl/index"
// ),
// meta: {
// title: "布控监视",
// icon: "article"
// }
// },
// {
// path: "/experienceShare",
// name: "experienceShare",
// component: () =>
// import("@/views/backOfficeSystem/BasicManagement/experienceShare/index"),
// meta: {
// title: "经验分享",
// icon: "article"
// }
// },
// // {
// // path: "/surveillanceControl",
// // name: "surveillanceControl",
// // component: () =>
// // import(
// // "@/views/backOfficeSystem/BasicManagement/surveillanceControl/index"
// // ),
// // meta: {
// // title: "布控监视",
// // icon: "article"
// // }
// // },
// // {
// // path: "/experienceShare",
// // name: "experienceShare",
// // component: () =>
// // import("@/views/backOfficeSystem/BasicManagement/experienceShare/index"),
// // meta: {
// // title: "经验分享",
// // icon: "article"
// // }
// // },
// {
// path: "/policeReport",
// name: "policeReport",
// component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
// meta: {
// title: "警情管理",
// icon: "article"
// }
// },
// // {
// // path: "/policeReport",
// // name: "policeReport",
// // component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
// // meta: {
// // title: "警情管理",
// // icon: "article"
// // }
// // },
]
},
// ]
// },
{
path: "/forumPost",
name: "forumPost",