This commit is contained in:
lcw
2026-04-20 16:52:01 +08:00
parent baa818153f
commit 35c6849b43
4 changed files with 63 additions and 51 deletions

View File

@ -329,7 +329,7 @@ export const publicRoutes = [
icon: "article-create"
}
},
{
path: "/marksControl",
name: "marksControl",
@ -349,8 +349,8 @@ export const publicRoutes = [
icon: "article-create"
}
},
// {
// path: "/DeploymentAudit",
// name: "DeploymentAudit",
@ -434,15 +434,7 @@ 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",
@ -492,6 +484,14 @@ export const publicRoutes = [
title: "线索发布",
icon: "article"
}
}, {
path: "/InformationReporting",
name: "InformationReporting",
component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"),
meta: {
title: "蜂群信息",
icon: "article-create"
}
},
// {
// path: "/InformationFlows",