feat: 注销基础管理
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user