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