新增面试邀约功能。
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-24 09:31:10 +08:00
parent 3b1877f302
commit ebfb4fa580
7 changed files with 396 additions and 3 deletions

View File

@@ -80,6 +80,10 @@ export default [
path: '/job-portal/personal-center/showcase',// 我的风采
component: './JobPortal/PersonalCenter/Showcase',
},
{
path: '/job-portal/personal-center/interviews',// 我的面试邀约
component: './JobPortal/PersonalCenter/Interviews',
},
{
path: '/job-portal/message',// 消息通知页面
component: './JobPortal/Message',