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