Browse Source

求职端沟通新开窗口

Xiao_123 6 months ago
parent
commit
891e6a40e7

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

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

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

@@ -124,7 +124,7 @@ const toDetails = async (info) => {
     url += `&enterprise=${info.contact.enterpriseId}`
     url += `&enterprise=${info.contact.enterpriseId}`
   }
   }
 
 
-  router.push(url)
+  window.open(url)
 }
 }
 
 
 const showLogin = ref(false)
 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}`
       url += `&enterprise=${info.contact.enterpriseId}`
     }
     }
 
 
-    router.push(url)
+    window.open(url)
   } catch (error) {
   } catch (error) {
     console.log(error)
     console.log(error)
   }
   }