diff --git a/src/router/index.js b/src/router/index.js index 38beb99..1d9ee14 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -224,155 +224,7 @@ export const publicRoutes = [ ] }, - { - path: "/dataApplication", - name: "dataApplication", - meta: { title: "数据应用", icon: "article" }, - children: [ - { - path: "/IdentityManage", - name: "IdentityManage", - component: () => - import( - "@/views/backOfficeSystem/fourColorManage/IdentityManage/index" - ), - meta: { - title: "身份标签管理", - icon: "article" - } - }, - { - path: "/BehaviorLabels", - name: "BehaviorLabels", - component: () => - import( - "@/views/backOfficeSystem/fourColorManage/BehaviorLabels/index" - ), - meta: { - title: "行为标签管理", - icon: "article" - } - }, - { - path: "/tagManage", - name: "tagManage", - component: () => - import( - "@/views/backOfficeSystem/fourColorManage/tagManage/index" - ), - meta: { - title: "标签组合管理", - icon: "article" - } - }, { - path: "/tsypHome", - name: "tsypHome", - component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"), - meta: { - title: "模型管理", - icon: "article" - } - }, - { - path: "/RlStatisticalAnalysis", - name: "RlStatisticalAnalysis", - component: () => - import( - "@/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index" - ), - meta: { - title: "上报统计分析", - icon: "article" - } - }, - { - path: "/TaskScheduling", - name: "TaskScheduling", - component: () => - import( - "@/views/backOfficeSystem/HumanIntelligence/TaskScheduling/index" - ), - meta: { - title: "上报任务调度", - icon: "article" - } - }, - { - path: "/ConstructionManagement", - name: "ConstructionManagement", - component: () => - import( - "@/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index" - ), - meta: { - title: "力量建设管理", - icon: "article" - } - }, - { - path: "/JobAppraisal", - name: "JobAppraisal", - component: () => import("@/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index"), - meta: { - title: "工作考核", - icon: "article" - } - }, - { - path: "/fileTransfer", - name: "fileTransfer", - component: () => import("@/views/backOfficeSystem/HumanIntelligence/fileTransfer/index"), - meta: { - title: "文件中转", - icon: "article" - } - }, - { - path: "/fileOrientation", - name: "fileOrientation", - component: () => import("@/views/backOfficeSystem/HumanIntelligence/fileOrientation/index"), - meta: { - title: "文件定向传输", - icon: "article" - } - }, - { - path: "/ssemanticAnalysis", - name: "semanticAnalysis", - component: () => import("@/views/backOfficeSystem/SemanticAnalysis/index.vue"), - meta: { - title: "语义分析", - icon: "article" - } - }, - { - path: "/StatisticalAnalysis", - name: "StatisticalAnalysis", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"), - meta: { - title: "情报统计分析", - icon: "article" - } - }, { - path: "/InstructionInformation", - name: "InstructionInformation", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"), - meta: { - title: "情报指令", - icon: "article" - } - }, { - path: "/RecordsOperations", - name: "RecordsOperations", - component: () => import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"), - meta: { - title: "操作记录", - icon: "article" - } - } - ] - }, { path: "/IntelligentControl", name: "IntelligentControl", @@ -765,6 +617,155 @@ export const publicRoutes = [ } }, ] + }, + { + path: "/dataApplication", + name: "dataApplication", + meta: { title: "数据应用", icon: "article" }, + children: [ + { + path: "/IdentityManage", + name: "IdentityManage", + component: () => + import( + "@/views/backOfficeSystem/fourColorManage/IdentityManage/index" + ), + meta: { + title: "身份标签管理", + icon: "article" + } + }, + { + path: "/BehaviorLabels", + name: "BehaviorLabels", + component: () => + import( + "@/views/backOfficeSystem/fourColorManage/BehaviorLabels/index" + ), + meta: { + title: "行为标签管理", + icon: "article" + } + }, + { + path: "/tagManage", + name: "tagManage", + component: () => + import( + "@/views/backOfficeSystem/fourColorManage/tagManage/index" + ), + meta: { + title: "标签组合管理", + icon: "article" + } + }, { + path: "/tsypHome", + name: "tsypHome", + component: () => import("@/views/backOfficeSystem/JudgmentHome/tsypHome/index"), + meta: { + title: "模型管理", + icon: "article" + } + }, + { + path: "/RlStatisticalAnalysis", + name: "RlStatisticalAnalysis", + component: () => + import( + "@/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index" + ), + meta: { + title: "上报统计分析", + icon: "article" + } + }, + + { + path: "/TaskScheduling", + name: "TaskScheduling", + component: () => + import( + "@/views/backOfficeSystem/HumanIntelligence/TaskScheduling/index" + ), + meta: { + title: "上报任务调度", + icon: "article" + } + }, + { + path: "/ConstructionManagement", + name: "ConstructionManagement", + component: () => + import( + "@/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index" + ), + meta: { + title: "力量建设管理", + icon: "article" + } + }, + { + path: "/JobAppraisal", + name: "JobAppraisal", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/JobAppraisal/index"), + meta: { + title: "工作考核", + icon: "article" + } + }, + { + path: "/fileTransfer", + name: "fileTransfer", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/fileTransfer/index"), + meta: { + title: "文件中转", + icon: "article" + } + }, + { + path: "/fileOrientation", + name: "fileOrientation", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/fileOrientation/index"), + meta: { + title: "文件定向传输", + icon: "article" + } + }, + { + path: "/ssemanticAnalysis", + name: "semanticAnalysis", + component: () => import("@/views/backOfficeSystem/SemanticAnalysis/index.vue"), + meta: { + title: "语义分析", + icon: "article" + } + }, + { + path: "/StatisticalAnalysis", + name: "StatisticalAnalysis", + component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"), + meta: { + title: "情报统计分析", + icon: "article" + } + }, { + path: "/InstructionInformation", + name: "InstructionInformation", + component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"), + meta: { + title: "情报指令", + icon: "article" + } + }, { + path: "/RecordsOperations", + name: "RecordsOperations", + component: () => import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"), + meta: { + title: "操作记录", + icon: "article" + } + } + ] }, // { // path: "/BasicManagement", diff --git a/src/views/home/model/qingBaowbTable.vue b/src/views/home/model/qingBaowbTable.vue index 518f2e7..6de3824 100644 --- a/src/views/home/model/qingBaowbTable.vue +++ b/src/views/home/model/qingBaowbTable.vue @@ -11,21 +11,21 @@