|
@@ -279,8 +279,8 @@ export default {
|
|
|
//跳转章节详情
|
|
|
goChapterDetail({http_url}){
|
|
|
let params = http_url.split("?")[1];
|
|
|
- // location.href = http_url;
|
|
|
- location.href=`${location.origin}/xcx_h5/hzsl/report/new/chapter/detail?${params}&fromPage=reportdetail`
|
|
|
+ location.href = `${http_url}&fromPage=reportdetail`;
|
|
|
+ // location.href=`${location.origin}/xcx_h5/hzsl/report/new/chapter/detail?${params}&fromPage=reportdetail`
|
|
|
},
|
|
|
|
|
|
// 格式化时间
|