|
@@ -125,10 +125,10 @@ const buildShareUrl = () => {
|
|
|
if (shareId === undefined || shareId === null || shareId === '') return ''
|
|
if (shareId === undefined || shareId === null || shareId === '') return ''
|
|
|
|
|
|
|
|
const taskType = String(props.taskDetail.taskType)
|
|
const taskType = String(props.taskDetail.taskType)
|
|
|
- const shareType = ARTICLE_TASK_TYPES.has(taskType) ? 'article' : 'null'
|
|
|
|
|
|
|
+ const shareType = ARTICLE_TASK_TYPES.has(taskType) ? 'academic' : 'null'
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- `${getAppBaseUrl()}/h5/#/pages/artile/detail` +
|
|
|
|
|
|
|
+ `${getAppBaseUrl()}/h5/#/pages/information/detail/index` +
|
|
|
`?type=${encodeURIComponent(shareType)}` +
|
|
`?type=${encodeURIComponent(shareType)}` +
|
|
|
`&id=${encodeURIComponent(String(shareId))}`
|
|
`&id=${encodeURIComponent(String(shareId))}`
|
|
|
)
|
|
)
|