feat: 移除无用,修改菜单名
This commit is contained in:
@ -454,13 +454,13 @@ export const publicRoutes = [
|
|||||||
path: "/socialInformationCrculated",
|
path: "/socialInformationCrculated",
|
||||||
name: "changeTheClue",
|
name: "changeTheClue",
|
||||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"),
|
component: () => import("@/views/backOfficeSystem/HumanIntelligence/FollowLeads/index"),
|
||||||
meta: { title: "转线索", icon: "article" },
|
meta: { title: "转线索列表", icon: "article" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/socialInformationCrculatec",
|
path: "/socialInformationCrculatec",
|
||||||
name: "recombinantSynthesis",
|
name: "recombinantSynthesis",
|
||||||
component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConversionSynthesis/index"),
|
component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConversionSynthesis/index"),
|
||||||
meta: { title: "转合成", icon: "article" },
|
meta: { title: "转合成列表", icon: "article" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/CollectPoints",
|
path: "/CollectPoints",
|
||||||
@ -765,15 +765,7 @@ export const publicRoutes = [
|
|||||||
// // }
|
// // }
|
||||||
// // },
|
// // },
|
||||||
|
|
||||||
// // {
|
|
||||||
// // path: "/policeReport",
|
|
||||||
// // name: "policeReport",
|
|
||||||
// // component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
|
|
||||||
// // meta: {
|
|
||||||
// // title: "警情管理",
|
|
||||||
// // icon: "article"
|
|
||||||
// // }
|
|
||||||
// // },
|
|
||||||
|
|
||||||
// ]
|
// ]
|
||||||
// },
|
// },
|
||||||
|
|||||||
Reference in New Issue
Block a user