diff --git a/src/router/index.js b/src/router/index.js index 778b5ee..ede7511 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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",