From 0020d383bf60240ccae5a6b11ef13f21514220a5 Mon Sep 17 00:00:00 2001 From: lcw <1878680531@qq.com> Date: Tue, 21 Apr 2026 17:00:46 +0800 Subject: [PATCH] lcw --- src/router/index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 001d96f..e13b9a8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -434,7 +434,15 @@ export const publicRoutes = [ icon: "article-create" } }, - + { + path: "/InformationReporting", + name: "InformationReporting", + component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"), + meta: { + title: "蜂群信息", + icon: "article-create" + } + }, // { // path: "/MakeAcomment", // name: "MakeAcomment", @@ -484,14 +492,6 @@ export const publicRoutes = [ title: "线索发布", icon: "article" } - }, { - path: "/InformationReporting", - name: "InformationReporting", - component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"), - meta: { - title: "蜂群信息", - icon: "article-create" - } }, // { // path: "/InformationFlows",