|
@@ -201,7 +201,7 @@ const toEnterprise = async (enterpriseId) => {
|
|
|
const check = await userStore.checkEnterpriseBaseInfo()
|
|
|
// router.push({ path: '/recruit/enterprise' })
|
|
|
const href = check ? '/recruit/enterprise' : '/recruit/enterprise/informationManagement/informationSettings'
|
|
|
- Snackbar.info('企业信息设置未完善!')
|
|
|
+ Snackbar.info('请完善企业信息设置!')
|
|
|
window.location.href = href
|
|
|
}
|
|
|
|