更新页面
This commit is contained in:
@ -202,36 +202,45 @@ 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"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/DeploymentArea",
|
||||
name: "DeploymentArea",
|
||||
component: () =>import( "@/views/backOfficeSystem/IntelligentControl/DeploymentArea/index"),
|
||||
meta: {
|
||||
title: "布控区域",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/myControl",
|
||||
name: "myControl",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/IntelligentControl/myControl/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/myControl/index"),
|
||||
meta: {
|
||||
title: "我的布控",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/DeploymentAudit",
|
||||
name: "DeploymentAudit",
|
||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/DeploymentAudit/index"),
|
||||
meta: {
|
||||
title: "我的审核",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ControlApproval",
|
||||
name: "ControlApproval",
|
||||
component: () =>
|
||||
import(
|
||||
"@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"
|
||||
),
|
||||
component: () =>import("@/views/backOfficeSystem/IntelligentControl/ControlApproval/index"),
|
||||
meta: {
|
||||
title: "布控审批",
|
||||
title: "我的审批",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
@ -353,7 +362,7 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: "/TaskScheduling",
|
||||
name: "TaskScheduling",
|
||||
@ -442,7 +451,7 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user