111
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-17 19:56:39 +08:00
parent 17c1c89639
commit be90f4026b
5 changed files with 446 additions and 3 deletions

View File

@@ -76,6 +76,10 @@ export default [
path: '/job-portal/personal-center/footprints',// 访问足迹岗位列表
component: './JobPortal/PersonalCenter/Footprints',
},
{
path: '/job-portal/personal-center/showcase',// 我的风采
component: './JobPortal/PersonalCenter/Showcase',
},
{
path: '/job-portal/message',// 消息通知页面
component: './JobPortal/Message',