|
@@ -26,7 +26,7 @@ const handleOpen = (k) => {
|
|
|
if (props.content && Object.keys(props.content).length > 0 && props.content[k.link]) {
|
|
|
// 集团页面
|
|
|
window.open(`/recruit/personal/advertisement/${k.link}`)
|
|
|
- } else window.open(k.link)
|
|
|
+ } else window.open(`/recruit/personal/company/details/${k.link}?key=briefIntroduction`)
|
|
|
}
|
|
|
</script>
|
|
|
|