因为之前的前端在代码了里重写了url,所以后面的参数没有了 var su = window.location.href var a = su.indexOf("from") != -1 if (a == true) { window.location.href = window.location.origin+window.location.pathname // return }
因为之前的前端在代码了里重写了url,所以后面的参数没有了 var su = window.location.href var a = su.indexOf("from") != -1 if (a == true) { window.location.href = window.location.origin+window.location.pathname // return }
因为js里写了这样一段代码,重写了URL地址。。。。 var su = window.location.href var a = su.indexOf("from") != -1 if (a == true) { window.location.href = window.location.origin+window.location.pathname // return }
楼主解决了吗
解决吗大佬们! 跪求解决方案
请问楼主解决了吗,现在开发遇到这个问题了
var su = window.location.href
var a = su.indexOf("from") != -1
if (a == true) {
window.location.href = window.location.origin+window.location.pathname
// return
}
我也遇到了这个问题,后来发现,一个完整的url是http://xxxxxx.html,如果是以.html结尾的,直接写xxx.html?c=cn,这样就没问题,如果是xxx/xxx/xxx?c=cn,这样的话,参数就没有了,这个在普通浏览器里也可以复现的。
var su = window.location.href
var a = su.indexOf("from") != -1
if (a == true) {
window.location.href = window.location.origin+window.location.pathname
// return
}
如果有解决办法,期待共享
你好,麻烦具体描述下问题流程,提供下appid,完整的请求,最近一次操作时间(特别说明,5小时内才有机会快速定位)
时间 2019-12-16 17:14:22.604
请求参数
WeChat request:
transaction: 1576487662579
message:
title: 快来跟我一起在多邻国学外语吧!
mediaObject.webpageUrl: https://invite.duolingo.com/BDHTZTB5CWWKTHEUDMGWHQZR7U?c=cn&e=experiment
description: 免费学习英法日意西韩语,每天15分钟,入门一种新外语!
是发到微信上有参数 打开后参数丢失吗?
不会做APP,没遇到过
从后台数据来看,是从三天前开始的。
完整地址“https://xxx.com/2nd-owner/xxx/#/home?dealer_id=0&source_type=0”
打开后复制链接"https://xxx.com/2nd-owner/xxx/"井号【"#"】后面的参数都没有获取到。
var su = window.location.href
var a = su.indexOf("from") != -1
if (a == true) {
window.location.href = window.location.origin+window.location.pathname
// return
}