Compare commits
2 Commits
aa1af80bdf
...
76df2bc42c
| Author | SHA1 | Date | |
|---|---|---|---|
| 76df2bc42c | |||
| 0020d383bf |
@ -434,7 +434,15 @@ export const publicRoutes = [
|
|||||||
icon: "article-create"
|
icon: "article-create"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/InformationReporting",
|
||||||
|
name: "InformationReporting",
|
||||||
|
component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"),
|
||||||
|
meta: {
|
||||||
|
title: "蜂群信息",
|
||||||
|
icon: "article-create"
|
||||||
|
}
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// path: "/MakeAcomment",
|
// path: "/MakeAcomment",
|
||||||
// name: "MakeAcomment",
|
// name: "MakeAcomment",
|
||||||
@ -484,14 +492,6 @@ export const publicRoutes = [
|
|||||||
title: "线索发布",
|
title: "线索发布",
|
||||||
icon: "article"
|
icon: "article"
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
path: "/InformationReporting",
|
|
||||||
name: "InformationReporting",
|
|
||||||
component: () => import("@/views/backOfficeSystem/InformationReporting/index.vue"),
|
|
||||||
meta: {
|
|
||||||
title: "蜂群信息",
|
|
||||||
icon: "article-create"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// path: "/InformationFlows",
|
// path: "/InformationFlows",
|
||||||
|
|||||||
Reference in New Issue
Block a user