手机端不支持window.location.href跳转

在pc端页面跳转正常,在手机端跳转空白,以下是单击事件js:
var url = "${ctx}/mp/announcements/announcementsList1?countryCode="+countryCode+"&query=query&locale="+locale+"&title="+title+"&start="+start+"&end="+end+"&modelName="+modelName+"&modelCode="+modelCode;
window.location.href=url;

不是不跳转,估计是地址栏的参数太长,有些参数没有传过去。你可以尝试一下短连接!