瀏覽代碼

求职端沟通新开窗口

Xiao_123 6 月之前
父節點
當前提交
891e6a40e7

+ 1 - 1
src/components/Enterprise/components/positions.vue

@@ -271,7 +271,7 @@ const toDetails = async (info) => {
     url += `&enterprise=${info.contact.enterpriseId}`
   }
 
-  router.push(url)
+  window.open(url)
 }
 
 const showLogin = ref(false)

+ 1 - 1
src/components/Position/longStrip.vue

@@ -124,7 +124,7 @@ const toDetails = async (info) => {
     url += `&enterprise=${info.contact.enterpriseId}`
   }
 
-  router.push(url)
+  window.open(url)
 }
 
 const showLogin = ref(false)

+ 1 - 1
src/views/recruit/personal/position/components/details.vue

@@ -462,7 +462,7 @@ const toDetails = async (info) => {
       url += `&enterprise=${info.contact.enterpriseId}`
     }
 
-    router.push(url)
+    window.open(url)
   } catch (error) {
     console.log(error)
   }