|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
// 家政 |
|
|
// 家政 |
|
|
const HomemakeRoute : AppRouteRecordRaw = { |
|
|
|
|
|
path: '/homemake', |
|
|
|
|
|
name: 'homemake', |
|
|
|
|
|
component: routerList.Homemake, |
|
|
|
|
|
meta: { |
|
|
|
|
|
title: '家政管理', |
|
|
|
|
|
icon: HomeOutlined |
|
|
|
|
|
}, |
|
|
|
|
|
children: [{ |
|
|
|
|
|
path: '/homemake/type', |
|
|
|
|
|
name: 'homemakeType', |
|
|
|
|
|
component: routerList.HomemakeType, |
|
|
|
|
|
meta: { |
|
|
|
|
|
title: '家政类型', |
|
|
|
|
|
icon: HomeOutlined |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: '/homemake/position', |
|
|
|
|
|
name: 'homemakePosition', |
|
|
|
|
|
component: routerList.HomemakePosition, |
|
|
|
|
|
meta: { |
|
|
|
|
|
title: '职位申请', |
|
|
|
|
|
icon: HomeOutlined |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: '/homemake/demand', |
|
|
|
|
|
name: 'homemakeDemand', |
|
|
|
|
|
component: routerList.HomemakeDemand, |
|
|
|
|
|
meta: { |
|
|
|
|
|
title: '家政需求', |
|
|
|
|
|
icon: HomeOutlined |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: '/homemake/appointment', |
|
|
|
|
|
name: 'homemakeAppointment', |
|
|
|
|
|
component: routerList.HomemakeAppointment, |
|
|
|
|
|
meta: { |
|
|
|
|
|
title: '家政预定', |
|
|
|
|
|
icon: HomeOutlined |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
// const HomemakeRoute : AppRouteRecordRaw = { |
|
|
|
|
|
// path: '/homemake', |
|
|
|
|
|
// name: 'homemake', |
|
|
|
|
|
// component: routerList.Homemake, |
|
|
|
|
|
// meta: { |
|
|
|
|
|
// title: '家政管理', |
|
|
|
|
|
// icon: HomeOutlined |
|
|
|
|
|
// }, |
|
|
|
|
|
// children: [{ |
|
|
|
|
|
// path: '/homemake/type', |
|
|
|
|
|
// name: 'homemakeType', |
|
|
|
|
|
// component: routerList.HomemakeType, |
|
|
|
|
|
// meta: { |
|
|
|
|
|
// title: '家政类型', |
|
|
|
|
|
// icon: HomeOutlined |
|
|
|
|
|
// }, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// path: '/homemake/position', |
|
|
|
|
|
// name: 'homemakePosition', |
|
|
|
|
|
// component: routerList.HomemakePosition, |
|
|
|
|
|
// meta: { |
|
|
|
|
|
// title: '职位申请', |
|
|
|
|
|
// icon: HomeOutlined |
|
|
|
|
|
// }, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// path: '/homemake/demand', |
|
|
|
|
|
// name: 'homemakeDemand', |
|
|
|
|
|
// component: routerList.HomemakeDemand, |
|
|
|
|
|
// meta: { |
|
|
|
|
|
// title: '家政需求', |
|
|
|
|
|
// icon: HomeOutlined |
|
|
|
|
|
// }, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// path: '/homemake/appointment', |
|
|
|
|
|
// name: 'homemakeAppointment', |
|
|
|
|
|
// component: routerList.HomemakeAppointment, |
|
|
|
|
|
// meta: { |
|
|
|
|
|
// title: '家政预定', |
|
|
|
|
|
// icon: HomeOutlined |
|
|
|
|
|
// }, |
|
|
|
|
|
// }, |
|
|
|
|
|
// ] |
|
|
|
|
|
// }; |
|
|
|
|
|
|
|
|
// 求职者管理 |
|
|
// 求职者管理 |
|
|
const JokSeekerRoute : AppRouteRecordRaw = { |
|
|
const JokSeekerRoute : AppRouteRecordRaw = { |
|
|
|
|
|
|
|
|
// }; |
|
|
// }; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const routesModuleList : AppRouteModule[] = [CompanyRoute,HomemakeRoute, JokSeekerRoute, JokFairRoute, InformationRoute, AdvertisementRoute, ActivityRoute, StatisticsRoute,PermissionRoute, SettingRoute, OtherRoute, FeedbackRoute]; |
|
|
|
|
|
|
|
|
export const routesModuleList : AppRouteModule[] = [CompanyRoute, JokSeekerRoute, JokFairRoute, InformationRoute, AdvertisementRoute, ActivityRoute, StatisticsRoute,PermissionRoute, SettingRoute, OtherRoute, FeedbackRoute]; |