소스 검색

更多职位调整

Xiao_123 5 달 전
부모
커밋
3f96a55928
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recruit/personal/home/components/hotPromotedPositions.vue

+ 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>