Commit 98d62223 by guojuxing

判断是页面还是操作项的标志位放在请求头里面

parent 2f0ef6ba
......@@ -59,7 +59,7 @@ public class AuthInterceptor extends HandlerInterceptorAdapter {
//获取uri
String uri = request.getRequestURI();
String isControl = request.getParameter("isControl");
String isControl = request.getHeader("isControl");
log.info("用户接口访问标志:{}", isControl);
log.info("用户接口访问路由:{}", uri);
//不需要拦截的路径
......
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