|
@@ -301,7 +301,8 @@ const handleCommit = async () => {
|
|
|
localStorage.removeItem('loginAccount')
|
|
|
localStorage.removeItem('enterpriseRegisterInfo')
|
|
|
Snackbar.success(t('common.submittedSuccessfully'))
|
|
|
- router.push({ path: '/recruit/entRegister/inReview' })
|
|
|
+ if (isMobile.value) router.push({ path: '/recruit/enterprise/talentRecommendation' })
|
|
|
+ else router.push({ path: '/recruit/entRegister/inReview' })
|
|
|
}
|
|
|
|
|
|
// 不通过的企业注册申请 重新发起
|