@@ -125,6 +125,15 @@ const formatAudioTime=(e)=>{
// 跳转报告详情
const goDetail=()=>{
+ if(info.value.is_new_report){
+ router.push({
+ path:'/report/detail',
+ query:{
+ reportId:info.value.report_id
+ }
+ })
+ return
let params=info.value.reportLink.split('?')[1]
let research_report_id=params.split('=')[1]
router.push({