修复Android登录状态会混乱的bug

ship/type.do接口取消登录验证
新增Filter拦截器,打印请求和参数
System.out改成Log.i
This commit is contained in:
2020-04-08 17:40:18 +08:00
parent ad332a80cf
commit 89346de453
19 changed files with 84 additions and 38 deletions

View File

@@ -161,7 +161,7 @@
try {
var pw = json.data.user.power;
if (pw == '') {
if (pw === '') {
location.reload();
return;
}