From b3bb67c9d2fcf5caa2d9a0f7976af767823ea832 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 12 Dec 2025 16:53:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AD=A6=E6=83=85=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index f529a78..ba420a9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -562,7 +562,16 @@ export const publicRoutes = [ title: "采集积分", icon: "article" } - } + }, + { + path: "/policeReport", + name: "policeReport", + component: () => import("@/views/backOfficeSystem/policeReport/index.vue"), + meta: { + title: "警情管理", + icon: "article" + } + }, // { // path: "/MakeAcomment", // name: "MakeAcomment", @@ -849,15 +858,15 @@ export const publicRoutes = [ // } // }, - { - 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" + // } + // }, ] },