修复Android登录状态会混乱的bug
ship/type.do接口取消登录验证 新增Filter拦截器,打印请求和参数 System.out改成Log.i
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
try {
|
||||
|
||||
var pw = json.data.user.power;
|
||||
if (pw == '') {
|
||||
if (pw === '') {
|
||||
location.reload();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user