jwyu il y a 2 ans
Parent
commit
b171417927
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      README.md
  2. 1 1
      src/views/report/Index.vue

+ 1 - 0
README.md

@@ -11,3 +11,4 @@ https://ybpc.hzinsights.com
 2. mac PC小程序尺寸 1024*720
 3. 微信扫码登录文档:https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html
 4. 向小程序发送的数据 {path:小程序对应页面路径,params:小程序页面所需要的参数,title:分享的标题,shareImg:分享的图片}
+5. 如果需要重写url可使用 history.replaceState

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

@@ -188,7 +188,7 @@ const handleClickAnnounce=(data)=>{
     router.push({
       path:'/report/specialcolumndetail',
       query:{
-        columnId:data.ReportId
+        columnId:data.ClassifyIdSecond
       }
     })
   }