Merge branch and resolve proxy configuration
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
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:
@@ -84,6 +84,14 @@ export default [
|
||||
path: '/job-portal/personal-center/interviews', // 我的面试邀约
|
||||
component: './JobPortal/PersonalCenter/Interviews',
|
||||
},
|
||||
{
|
||||
path: '/job-portal/personal-center/complaints', // 我的投诉
|
||||
component: './JobPortal/PersonalCenter/Complaints',
|
||||
},
|
||||
{
|
||||
path: '/job-portal/personal-center/blocked-companies', // 屏蔽企业列表
|
||||
component: './JobPortal/PersonalCenter/BlockedCompanies',
|
||||
},
|
||||
{
|
||||
path: '/job-portal/message', // 消息通知页面
|
||||
component: './JobPortal/Message',
|
||||
@@ -199,6 +207,16 @@ export default [
|
||||
path: '/management/interview-list',
|
||||
component: './Management/InterviewList',
|
||||
},
|
||||
{
|
||||
name: '风采审核',
|
||||
path: '/management/showcase-review',
|
||||
component: './Management/Showcase',
|
||||
},
|
||||
{
|
||||
name: '投诉管理',
|
||||
path: '/management/complaint',
|
||||
component: './Complaint',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user