Selaa lähdekoodia

更多职位调整

Xiao_123 4 kuukautta sitten
vanhempi
commit
3f96a55928

+ 1 - 1
src/views/recruit/personal/home/components/hotPromotedPositions.vue

@@ -50,7 +50,7 @@ const handlePosition = (item) => {
 }
 
 const handleToMore = () => {
-  window.open('/recruit/personal/position')
+  window.open(tab.value === 1 ? '/recruit/personal/recommend' : '/recruit/personal/position')
 }
 </script>