完善员工招聘历史工作经历功能

This commit is contained in:
wjj
2026-04-20 14:52:07 +08:00
parent 1bb24ab0a2
commit d4ac165723
22 changed files with 1299 additions and 104 deletions

View File

@@ -9,7 +9,7 @@ import { isRelogin } from '@/utils/request'
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/register', '/prototype/account-library']
const whiteList = ['/login', '/register', '/prototype/account-library', '/prototype/staff-recruitment']
const isWhiteList = (path) => {
return whiteList.some(pattern => isPathMatch(pattern, path))