Commit 640e6f9a authored by 赵啸非's avatar 赵啸非

修改部分pom

parent 676d717c
......@@ -34,7 +34,7 @@ public class AuthJsonInterceptor extends BaseInterceptor {
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler)
throws Exception {
try {
/* try {
String uri = request.getServletPath();
if (config.needCheckAuth(uri)) {
boolean auth = this.checkAuth(request, uri, config.getSecurityKey());
......@@ -55,7 +55,7 @@ public class AuthJsonInterceptor extends BaseInterceptor {
logger.error("权限校验拦截请求处理异常-->" + e.getMessage());
writeJsonResponse(response, HttpServletResponse.SC_INTERNAL_SERVER_ERROR, "用户权限校验异常");
return false;
}
}*/
return super.preHandle(request, response, handler);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment