|
@@ -188,7 +188,7 @@ const shareUrl = ref('')
|
|
|
const userInfo = localStorage.getItem('userInfo') ? JSON.parse(localStorage.getItem('userInfo')) : {}
|
|
|
const handleShare = async () => {
|
|
|
// 分享链接携带参数: 用户id、职位id
|
|
|
- if (!id || !userInfo.id) return
|
|
|
+ // if (!id || !userInfo.id) return
|
|
|
shareUrl.value = '/shareJob?' + new URLSearchParams({
|
|
|
jobId: id,
|
|
|
sharedById: userInfo?.id,
|