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: "/surveillanceControl", // path: "/BasicManagement",
// name: "surveillanceControl", // name: "BasicManagement",
// component: () =>
// import(
// "@/views/backOfficeSystem/BasicManagement/surveillanceControl/index"
// ),
// meta: { // meta: {
// title: "布控监视", // title: "基础管理",
// icon: "article" // icon: "article"
// }
// },
// {
// path: "/experienceShare",
// name: "experienceShare",
// component: () =>
// import("@/views/backOfficeSystem/BasicManagement/experienceShare/index"),
// meta: {
// title: "经验分享",
// icon: "article"
// }
// }, // },
// children: [
// { // // {
// path: "/policeReport", // // path: "/surveillanceControl",
// name: "policeReport", // // name: "surveillanceControl",
// component: () => import("@/views/backOfficeSystem/policeReport/index.vue"), // // component: () =>
// meta: { // // import(
// title: "警情管理", // // "@/views/backOfficeSystem/BasicManagement/surveillanceControl/index"
// icon: "article" // // ),
// } // // 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: "/forumPost", path: "/forumPost",
name: "forumPost", name: "forumPost",