11
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 18:38:40 +08:00
parent e5a41feea9
commit 183a25f709
10 changed files with 1001 additions and 7 deletions

View File

@@ -92,6 +92,10 @@ export default [
path: '/job-portal/policy/detail',// 政策详情
component: './JobPortal/Policy/Detail',
},
{
path: '/job-portal/live-recruitment',// 直播带岗
component: './JobPortal/LiveRecruitment',
},
],
},
{
@@ -211,6 +215,17 @@ export default [
},
],
},
{
name: 'jobportal',
path: '/jobportal',
routes: [
{
name: '直播待岗管理',
path: '/jobportal/live-mgmt',
component: './Livemgmt',
},
],
},
{
path: '*',
layout: false,