更新代码
This commit is contained in:
@ -234,33 +234,44 @@ export const publicRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
// )))))))))))))))))))))
|
||||
|
||||
{
|
||||
path: "/3DPrinting",
|
||||
name: "3DPrinting",
|
||||
meta: { title: "3D打印业", icon: "article" },
|
||||
path: "/ExcavationResearch",
|
||||
name: "ExcavationResearch",
|
||||
meta: { title: "重点人发掘研判", icon: "article" },
|
||||
children: [
|
||||
{
|
||||
path: "/CSGL",
|
||||
name: "CSGL",
|
||||
component: () => import("@/views/backOfficeSystem/3DPrinting/CSGL/index"),
|
||||
path: "/ZdryFjyp",
|
||||
name: "ZdryFjyp",
|
||||
component: () => import("@/views/backOfficeSystem/ExcavationResearch/ZdryFjyp/index"),
|
||||
meta: {
|
||||
title: "3D打印业场所管理",
|
||||
title: "重点人员发掘研判",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/YWXXGL",
|
||||
name: "YWXXGL",
|
||||
component: () => import("@/views/backOfficeSystem/3DPrinting/YWXXGL/index"),
|
||||
path: "/LandingAudit",
|
||||
name: "LandingAudit",
|
||||
component: () => import("@/views/backOfficeSystem/ExcavationResearch/LandingAudit/index"),
|
||||
meta: {
|
||||
title: "3D打印业务信息管理",
|
||||
title: "重点人员落地审核",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/WarningModel",
|
||||
name: "WarningModel",
|
||||
component: () => import("@/views/backOfficeSystem/ExcavationResearch/WarningModel/index"),
|
||||
meta: {
|
||||
title: "重点人员预警模型",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
// )))))))))))))))))))))
|
||||
|
||||
|
||||
{
|
||||
path: "/CivilExplosives",
|
||||
name: "CivilExplosives",
|
||||
|
Reference in New Issue
Block a user