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" + // } + // }, ] },