PLF 5 éve
szülő
commit
30a9824e0a

+ 1 - 1
src/main/java/com/caimei/modules/shiro/auth/AuthFilter.java

@@ -99,7 +99,7 @@ public class AuthFilter extends AuthenticatingFilter {
             Throwable throwable = e.getCause() == null ? e : e.getCause();
             Map<String, Object> result = new HashMap<>();
             result.put("status", "-1");
-            result.put("msg", "登陆失败--onLoginFailure");
+            result.put("msg", "登录异常,请重新登录");
             String json = JSON.toJSONString(result);
             httpResponse.getWriter().print(json);
         } catch (IOException e1) {