更新页面
This commit is contained in:
@ -202,7 +202,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/warningControl",
|
||||
name: "warningControl",
|
||||
component: () =>import( "@/views/backOfficeSystem/IntelligentControl/warningControl/index"),
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/warningControl/index"),
|
||||
meta: {
|
||||
title: "预警布控",
|
||||
icon: "article"
|
||||
@ -211,7 +211,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/DeploymentArea",
|
||||
name: "DeploymentArea",
|
||||
component: () =>import( "@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||
meta: {
|
||||
title: "布控区域",
|
||||
icon: "article"
|
||||
@ -220,7 +220,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/myControl",
|
||||
name: "myControl",
|
||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
meta: {
|
||||
title: "我的布控",
|
||||
icon: "article"
|
||||
@ -229,7 +229,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/DeploymentAudit",
|
||||
name: "DeploymentAudit",
|
||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"),
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"),
|
||||
meta: {
|
||||
title: "我的审核",
|
||||
icon: "article"
|
||||
@ -238,7 +238,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/ControlApproval",
|
||||
name: "ControlApproval",
|
||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
|
||||
component: () => import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
|
||||
meta: {
|
||||
title: "我的审批",
|
||||
icon: "article"
|
||||
@ -263,7 +263,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/MoralAnalysis",
|
||||
name: "MoralAnalysis",
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"),
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/MoralAnalysis/index"),
|
||||
meta: {
|
||||
title: "情报语义分析",
|
||||
icon: "article"
|
||||
@ -272,7 +272,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/IntelligenceManagement",
|
||||
name: "IntelligenceManagement",
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"),
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index"),
|
||||
meta: {
|
||||
title: "情报管理",
|
||||
icon: "article"
|
||||
@ -287,7 +287,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/InstructionInformation",
|
||||
name: "InstructionInformation",
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/InstructionInformation/index"),
|
||||
meta: {
|
||||
title: "指令信息",
|
||||
icon: "article"
|
||||
@ -296,7 +296,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/StatisticalAnalysis",
|
||||
name: "StatisticalAnalysis",
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"),
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/InformationFlows/StatisticalAnalysis/index"),
|
||||
meta: {
|
||||
title: "情报统计分析",
|
||||
icon: "article"
|
||||
@ -307,7 +307,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/RecordsOperations",
|
||||
name: "RecordsOperations",
|
||||
component: () =>import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"),
|
||||
component: () => import("@/views/backOfficeSystem/ResearchJudgment/RecordsOperations/index"),
|
||||
meta: {
|
||||
title: "操作记录",
|
||||
icon: "article"
|
||||
@ -448,7 +448,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/ResearchHome",
|
||||
name: "ResearchHome",
|
||||
component: () =>import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||
component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"),
|
||||
meta: {
|
||||
title: "研判首页",
|
||||
icon: "article"
|
||||
@ -474,13 +474,28 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "/mpvPeo",
|
||||
name: "mpvPeo",
|
||||
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/mpvPeoSh",
|
||||
name: "mpvPeoSh",
|
||||
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvPeoSh/index"),
|
||||
meta: {
|
||||
title: "重点人审批",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/mpvGroup",
|
||||
name: "mpvGroup",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index"),
|
||||
meta: {
|
||||
title: "重点群体管理",
|
||||
icon: "article"
|
||||
@ -489,27 +504,13 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/autompvGroup",
|
||||
name: "autompvGroup",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/DeploymentDisposal/autompvGroup/index"),
|
||||
meta: {
|
||||
title: "重点群体审批",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/mpvPeo",
|
||||
name: "mpvPeo",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/DeploymentDisposal/mpvPeo/index"
|
||||
),
|
||||
meta: {
|
||||
title: "重点人管理",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user