更新文件
This commit is contained in:
@ -37,26 +37,26 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/editPassword",// 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数
|
||||
component: layout,
|
||||
redirect: "/securityInformation",
|
||||
redirect: "/FourColorWarning",
|
||||
children: [
|
||||
{
|
||||
path: "/securityInformation",
|
||||
name: "securityInformation",
|
||||
component: () => import("@/views/backOfficeSystem/SecurityInformation/index"),
|
||||
{
|
||||
path: "/",
|
||||
name:'home',
|
||||
component: () => import("@/views/home/index"), //系统登录
|
||||
meta: {
|
||||
title: "单位保安信息",
|
||||
title: "首页",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/EntertainmentManagemnet",
|
||||
name: "EntertainmentManagemnet",
|
||||
path: "/FourColorWarning",
|
||||
name: "FourColorWarning",
|
||||
meta: { title: "四色预警管理", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/IdentityManage",
|
||||
name: "IdentityManage",
|
||||
component: () => import("@/views/backOfficeManage/fourColorManage/IdentityManage/index"),
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/IdentityManage/index"),
|
||||
meta: {
|
||||
title: "身份标签管理",
|
||||
icon: "article"
|
||||
@ -65,7 +65,7 @@ export const publicRoutes = [
|
||||
{
|
||||
path: "/tagManage",
|
||||
name: "tagManage",
|
||||
component: () => import("@/views/backOfficeManage/fourColorManage/tagManage/index"),
|
||||
component: () => import("@/views/backOfficeSystem/fourColorManage/tagManage/index"),
|
||||
meta: {
|
||||
title: "标签组合管理",
|
||||
icon: "article"
|
||||
@ -73,84 +73,84 @@ export const publicRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/Mechanics",
|
||||
name: "Mechanics",
|
||||
meta: { title: "智能布控", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/yjControl",
|
||||
name: "yjControl",
|
||||
component: () => import("@/views/backOfficeManage/ControlManage/yjControl/index"),
|
||||
meta: {
|
||||
title: "预警布控",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/myControl",
|
||||
name: "myControl",
|
||||
component: () => import("@/views/backOfficeManage/ControlManage/myControl/index"),
|
||||
meta: {
|
||||
title: "我的布控",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/VehicleAccessories",
|
||||
name: "VehicleAccessories",
|
||||
component: () => import("@/views/backOfficeSystem/Mechanics/VehicleAccessories/index"),
|
||||
meta: {
|
||||
title: "车辆配件业务登记信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/VehicleRepairs",
|
||||
name: "VehicleRepairs",
|
||||
component: () => import("@/views/backOfficeSystem/Mechanics/VehicleRepairs/index"),
|
||||
meta: {
|
||||
title: "机动车修理业务信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/Mechanics",
|
||||
// name: "Mechanics",
|
||||
// meta: { title: "智能布控", icon: "article" },
|
||||
// children: [
|
||||
// {
|
||||
// path: "/yjControl",
|
||||
// name: "yjControl",
|
||||
// component: () => import("@/views/backOfficeManage/ControlManage/yjControl/index"),
|
||||
// meta: {
|
||||
// title: "预警布控",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/myControl",
|
||||
// name: "myControl",
|
||||
// component: () => import("@/views/backOfficeManage/ControlManage/myControl/index"),
|
||||
// meta: {
|
||||
// title: "我的布控",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/VehicleAccessories",
|
||||
// name: "VehicleAccessories",
|
||||
// component: () => import("@/views/backOfficeSystem/Mechanics/VehicleAccessories/index"),
|
||||
// meta: {
|
||||
// title: "车辆配件业务登记信息",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/VehicleRepairs",
|
||||
// name: "VehicleRepairs",
|
||||
// component: () => import("@/views/backOfficeSystem/Mechanics/VehicleRepairs/index"),
|
||||
// meta: {
|
||||
// title: "机动车修理业务信息",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
|
||||
{
|
||||
path: "/CarIntersectionInfo",
|
||||
name: "CarIntersectionInfo",
|
||||
component: () => import("@/views/backOfficeSystem/Mechanics/CarIntersectionInfo/index"),
|
||||
meta: {
|
||||
title: "承接车辆交接信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/CarBasicInfo",
|
||||
name: "CarBasicInfo",
|
||||
component: () => import("@/views/backOfficeSystem/Mechanics/CarBasicInfo/index"),
|
||||
meta: {
|
||||
title: "承接车辆基本信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/Practitioners",
|
||||
name: "Practitioners",
|
||||
component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/Practitioners/index"),
|
||||
meta: {
|
||||
title: "从业人员",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/MachineRepair",
|
||||
name: "MachineRepair",
|
||||
component: () => import("@/views/backOfficeSystem/Mechanics/MachineRepair/index"),
|
||||
meta: { title: "机修场所信息管理",icon: "article" }
|
||||
},
|
||||
// {
|
||||
// path: "/CarIntersectionInfo",
|
||||
// name: "CarIntersectionInfo",
|
||||
// component: () => import("@/views/backOfficeSystem/Mechanics/CarIntersectionInfo/index"),
|
||||
// meta: {
|
||||
// title: "承接车辆交接信息",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/CarBasicInfo",
|
||||
// name: "CarBasicInfo",
|
||||
// component: () => import("@/views/backOfficeSystem/Mechanics/CarBasicInfo/index"),
|
||||
// meta: {
|
||||
// title: "承接车辆基本信息",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/Practitioners",
|
||||
// name: "Practitioners",
|
||||
// component: () => import("@/views/backOfficeSystem/EntertainmentManagemnet/Practitioners/index"),
|
||||
// meta: {
|
||||
// title: "从业人员",
|
||||
// icon: "article"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: "/MachineRepair",
|
||||
// name: "MachineRepair",
|
||||
// component: () => import("@/views/backOfficeSystem/Mechanics/MachineRepair/index"),
|
||||
// meta: { title: "机修场所信息管理",icon: "article" }
|
||||
// },
|
||||
|
||||
],
|
||||
},
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
path: "/LockSmith",
|
||||
name: "LockSmith",
|
||||
|
Reference in New Issue
Block a user