lcw
This commit is contained in:
@ -406,6 +406,14 @@ export const publicRoutes = [
|
||||
title: "线索管理",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/InstructionInformation",
|
||||
name: "InstructionInformation",
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
||||
meta: {
|
||||
title: "线索下发管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/InformationFlows",
|
||||
@ -739,14 +747,6 @@ export const publicRoutes = [
|
||||
title: "情报统计分析",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/InstructionInformation",
|
||||
name: "InstructionInformation",
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
||||
meta: {
|
||||
title: "情报指令",
|
||||
icon: "article"
|
||||
}
|
||||
}, {
|
||||
path: "/RecordsOperations",
|
||||
name: "RecordsOperations",
|
||||
|
||||
Reference in New Issue
Block a user