Commit 417f6555 by guojuxing

用户路由权限

parent b1c04ef9
......@@ -20,7 +20,7 @@ public class AuthInterceptor extends HandlerInterceptorAdapter {
private static final Logger log = LogManager.getLogger(AuthInterceptor.class);
private String[] ignoreURI = new String[] { "/gic-auth-web/login", "/gic-auth-web/logout"};
private String[] ignoreURI = new String[] { "/gic-auth-web/login", "/gic-auth-web/logout", "/gic-auth-web/list-enterprise-by-phone"};
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object object) throws Exception {
......
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