删除不要的菜单
This commit is contained in:
@ -372,151 +372,8 @@ export const publicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
// )))))))))))))))))))))
|
||||
|
||||
{
|
||||
path: "/CivilExplosives",
|
||||
name: "CivilExplosives",
|
||||
meta: { title: "民爆业务", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/BlastingAccidents",
|
||||
name: "BlastingAccidents",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/BlastingAccidents/index"),
|
||||
meta: {
|
||||
title: "爆破事故登记信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/BlastingOperations",
|
||||
name: "BlastingOperations",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/BlastingOperations/index"),
|
||||
meta: {
|
||||
title: "爆破作业项目信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ExplosionAccidents",
|
||||
name: "ExplosionAccidents",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/ExplosionAccidents/index"),
|
||||
meta: {
|
||||
title: "爆炸事故单位信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/PersonnelInformation",
|
||||
name: "PersonnelInformation",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/PersonnelInformation/index"),
|
||||
meta: {
|
||||
title: "爆炸事故人员信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ExplosivesRelated",
|
||||
name: "ExplosivesRelated",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/ExplosivesRelated/index"),
|
||||
meta: {
|
||||
title: "涉爆从业单位",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/Illegal",
|
||||
name: "Illegal",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/Illegal/index"),
|
||||
meta: {
|
||||
title: "涉爆违章项目信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/KeyPersonnel",
|
||||
name: "KeyPersonnel",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/KeyPersonnel/index"),
|
||||
meta: {
|
||||
title: "涉爆重点人员",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/SuspensionInfo",
|
||||
name: "SuspensionInfo",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/SuspensionInfo/index"),
|
||||
meta: {
|
||||
title: "停产停业信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ViolationRegistration",
|
||||
name: "ViolationRegistration",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/ViolationRegistration/index"),
|
||||
meta: {
|
||||
title: "违章登记信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/ViolationPersonnel",
|
||||
name: "ViolationPersonnel",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/ViolationPersonnel/index"),
|
||||
meta: {
|
||||
title: "违章人员信息",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/Warehouse",
|
||||
name: "Warehouse",
|
||||
component: () => import("@/views/backOfficeSystem/CivilExplosives/Warehouse/index"),
|
||||
meta: {
|
||||
title: "库房管理",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/ThriftTrading",
|
||||
name: "ThriftTrading",
|
||||
meta: { title: "旧货交易", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/TradeTtems",
|
||||
name: "TradeTtems",
|
||||
component: () => import("@/views/backOfficeSystem/ThriftTrading/TradeTtems/index"),
|
||||
meta: {
|
||||
title: "交易物品信息管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/TradingVenues",
|
||||
name: "TradingVenues",
|
||||
component: () => import("@/views/backOfficeSystem/ThriftTrading/TradingVenues/index"),
|
||||
meta: {
|
||||
title: "旧货交易业场所管理",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/TradingBusiness",
|
||||
name: "TradingBusiness",
|
||||
component: () => import("@/views/backOfficeSystem/ThriftTrading/TradingBusiness/index"),
|
||||
meta: {
|
||||
title: "旧货交易业务信息管理",
|
||||
icon: "article"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
path: "/MeetingRoom",
|
||||
name: "MeetingRoom",
|
||||
component: () => import("@/views/backOfficeSystem/MeetingRoom/index"),
|
||||
meta: {
|
||||
|
Reference in New Issue
Block a user