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