职业推荐
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled

This commit is contained in:
francis-fh
2026-06-05 16:27:19 +08:00
parent fdd80c6cd1
commit 56dce1e5d3
5 changed files with 824 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ export default [
path: '/job-portal/message',// 消息通知页面
component: './JobPortal/Message',
},
{
path: '/job-portal/career-recommendation',// 职业推荐
component: './JobPortal/CareerRecommendation',
},
{
path: '/job-portal/policy',// 政策列表
component: './JobPortal/Policy',