1
KIR1TO 2018 年 7 月 16 日 via Android
江苏 4g 测试和你一样的情况
|
2
xsdhy 2018 年 7 月 16 日
看了下,是你 https://www.tax.sh.gov.cn/这个页面里面有段 js 代码的问题
<script type="text/javascript"> var urlStr = document.location.toString(); if (urlStr.indexOf('pub') == -1) { urlStr = urlStr.replace('zbtax', 'jatax'); var tempURL = urlStr.replace('http://www.', ''); tempURL = tempURL.substring(0, tempURL.indexOf('.')); //tempURL = (tempURL == 'tax' || tempURL == 'csj') ? 'pub' : tempURL; if (tempURL == 'tax' || tempURL == 'csj') { tempURL = 'pub'; urlStr += '/' + tempURL; } else if (tempURL == '12366') { tempURL = '12366gjsy/indexChinese.html'; urlStr += tempURL; } else { urlStr += '/' + tempURL; } document.location = urlStr; } </script> |
3
xsdhy 2018 年 7 月 16 日 |
4
Athrob 2018 年 7 月 16 日 2 楼说的对, 对这种不测试好就上线的情况已无力吐槽...
|
5
whileFalse 2018 年 7 月 16 日
@Athrob #4 测试环境没有 https 很正常
|
6
input2output 2018 年 7 月 16 日
|
8
baobao1270 2018 年 7 月 17 日 via Android
江苏电信 4g 连接被重置???
|