@@ -136,7 +136,7 @@ const getReportDetail=async ()=>{
}
const postData={
- path:'/pages-report/reportDetail',
+ path:['晨报','周报'].includes(res.data.report_info.classify_name_first)?'/pages-report/chapterList':'/pages-report/reportDetail',
params:{
reportId:reportId.value
},