4.28 高质量运营
This commit is contained in:
53
config/router_highQualityOperation.ts
Normal file
53
config/router_highQualityOperation.ts
Normal file
@ -0,0 +1,53 @@
|
||||
export default [
|
||||
{
|
||||
name: '高质量运营',
|
||||
path: '/highQualityOperation',
|
||||
routes: [
|
||||
{ //首页
|
||||
name: 'home',
|
||||
path: '/highQualityOperation/home',
|
||||
component: './HighQualityOperation/Home',
|
||||
},
|
||||
{ //物资采购与管理专业线 党支部 省分
|
||||
name: 'partyBranch',
|
||||
path: '/highQualityOperation/partyBranch',
|
||||
component: './HighQualityOperation/PartyBranch',
|
||||
},
|
||||
{ //物资采购与管理专业线 党支部数据
|
||||
name: 'partyBranches',
|
||||
path: '/highQualityOperation/partyBranches',
|
||||
component: './HighQualityOperation/PartyBranches',
|
||||
},
|
||||
{ //物资采购与管理专业线 党支部人员信息
|
||||
name: 'personInfor',
|
||||
path: '/highQualityOperation/personInfor',
|
||||
component: './HighQualityOperation/PersonInfor',
|
||||
},
|
||||
{ //高质量运营标杆项目 更多
|
||||
name: 'MarkProject',
|
||||
path: '/highQualityOperation/markProjectList',
|
||||
component: './HighQualityOperation/MarkProjectList',
|
||||
},
|
||||
{ //工作风采 更多
|
||||
name: 'activityStyle',
|
||||
path: '/highQualityOperation/jobStyleList',
|
||||
component: './HighQualityOperation/JobStyleList',
|
||||
},
|
||||
{ //运营提升小课堂 更多
|
||||
name: 'classroomList',
|
||||
path: '/highQualityOperation/classroomList',
|
||||
component: './HighQualityOperation/ClassroomList',
|
||||
},
|
||||
{ //工作风采和banner 高质量运营标杆 小课堂详情
|
||||
name: 'detail',
|
||||
path: '/highQualityOperation/detail',
|
||||
component: './HighQualityOperation/Detail',
|
||||
},
|
||||
{ //管理端 首页
|
||||
name: 'manage',
|
||||
path: '/highQualityOperation/manage',
|
||||
component: './HighQualityOperation/Management/Manage',
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user