Browse Source

晨报周报章节列表分享时地址修改

jwyu 2 years ago
parent
commit
5056d63a89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/Detail.vue

+ 1 - 1
src/views/report/Detail.vue

@@ -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
             },