From cd06aaf1be0776537952bba82802bfb263f28b99 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Mon, 15 Dec 2025 11:04:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A8=E9=94=80=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 82 ++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 41 deletions(-) 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",