Commit 05d7d6c5 by guojuxing

拦截器配置修改

parent 71d1b5d2
......@@ -18,11 +18,11 @@
<!-- 拦截所有的请求,这个必须写在前面,也就是写在【不拦截】的上面 -->
<mvc:mapping path="/**" />
<!-- 但是排除下面这些,也就是不拦截请求 -->
<mvc:exclude-mapping path="/gic-auth-web/login" />
<mvc:exclude-mapping path="/gic-auth-web/logout" />
<mvc:exclude-mapping path="/gic-auth-web/list-enterprise-by-phone" />
<mvc:exclude-mapping path="/gic-auth-web/login-user-menu" />
<mvc:exclude-mapping path="/gic-auth-web/login-user-operation-item" />
<mvc:exclude-mapping path="/login" />
<mvc:exclude-mapping path="/logout" />
<mvc:exclude-mapping path="/list-enterprise-by-phone" />
<mvc:exclude-mapping path="/login-user-menu" />
<mvc:exclude-mapping path="/login-user-operation-item" />
<bean class="com.gic.commons.interceptor.HeaderSignInterceptor"></bean>
</mvc:interceptor>
......
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