Browse Source

企业注册完成跳转人才推荐

lifanagju_citu 6 months ago
parent
commit
88f21c827a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/recruit/entRegister/register.vue

+ 2 - 1
src/views/recruit/entRegister/register.vue

@@ -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' })
 }
 
 // 不通过的企业注册申请 重新发起