兴蜀来了平台业务数据大屏页面、三级劳务体系⼈员数据大屏页面、“产教评”融合培训平台大屏页面
This commit is contained in:
@ -55,6 +55,27 @@ export const publicRoutes = [
|
||||
name: "/mapCount",
|
||||
component: () => import("@/views/mapCount/index"),
|
||||
meta: {}
|
||||
},
|
||||
// 三级劳务体系⼈员数据大屏
|
||||
{
|
||||
path: "/threeLaborService",
|
||||
name: "/threeLaborService",
|
||||
component: () => import("@/views/threeLaborService/index"),
|
||||
meta: {}
|
||||
},
|
||||
// “产教评”融合培训平台
|
||||
{
|
||||
path: "/integratedTrainingPlatform",
|
||||
name: "/integratedTrainingPlatform",
|
||||
component: () => import("@/views/integratedTrainingPlatform/index"),
|
||||
meta: {}
|
||||
},
|
||||
// 兴蜀来了平台业务数据
|
||||
{
|
||||
path: "/platformBusinessData",
|
||||
name: "/platformBusinessData",
|
||||
component: () => import("@/views/platformBusinessData/index"),
|
||||
meta: {}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user