|
@@ -42,7 +42,8 @@ const route = useRoute()
|
|
const whiteList = [
|
|
const whiteList = [
|
|
'/recruit/enterprise/talentPool/details',
|
|
'/recruit/enterprise/talentPool/details',
|
|
'/recruit/enterprise/position/details',
|
|
'/recruit/enterprise/position/details',
|
|
- '/recruit/enterprise/purchasePackage'
|
|
|
|
|
|
+ '/recruit/enterprise/purchasePackage',
|
|
|
|
+ '/recruit/enterprise/systemManagement/groupAccount/addBranchOffice'
|
|
]
|
|
]
|
|
// 查询是否在白名单内,在则不展示面包屑
|
|
// 查询是否在白名单内,在则不展示面包屑
|
|
const isInWhiteList = (url, whiteList)=> {
|
|
const isInWhiteList = (url, whiteList)=> {
|