subscribeMessage.send page 参数 query 丢失的问题?
后端配置的参数为 pages/home/home?path=report-detail&securityId=QtdJ5wwvCG_0HM-z6u0dgg 进入小程序后,在 onLoad 的 options 中,只能获取到 path,securityId 参数丢失 尝试 pages/home/home?securityId=QtdJ5wwvCG_0HM-z6u0dgg 同样拿不到参数, 请问这个 参数到底要怎么传?