配置出站路由
This commit is contained in:
@@ -46,15 +46,43 @@ const routes = [
|
|||||||
{
|
{
|
||||||
path: "mask",
|
path: "mask",
|
||||||
name: "Mask",
|
name: "Mask",
|
||||||
|
component: () => import("@/views/pwoManage/infeed/mask/index.vue"),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "equipment",
|
||||||
|
name: "Equipment",
|
||||||
component: () =>
|
component: () =>
|
||||||
import("@/views/pwoManage/infeed/mask/index.vue"),
|
import("@/views/pwoManage/infeed/equipment/index.vue"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "outfeed",
|
path: "outfeed",
|
||||||
name: "Outfeed",
|
name: "Outfeed",
|
||||||
component: () => import("@/views/pwoManage/outfeed/index.vue"),
|
component: () => import("@/views/pwoManage/outfeed/layout.vue"),
|
||||||
|
redirect: { name: "JobReport" },
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "jobReport",
|
||||||
|
name: "JobReport",
|
||||||
|
component: () =>
|
||||||
|
import("@/views/pwoManage/outfeed/jobReport/index.vue"),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "parameterConfiguration",
|
||||||
|
name: "ParameterConfiguration",
|
||||||
|
component: () =>
|
||||||
|
import(
|
||||||
|
"@/views/pwoManage/outfeed/parameterConfiguration/index.vue"
|
||||||
|
),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "processGuidance",
|
||||||
|
name: "ProcessGuidance",
|
||||||
|
component: () =>
|
||||||
|
import("@/views/pwoManage/outfeed/processGuidance/index.vue"),
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user