Commit 9a457848 by 徐高华

test

parent 08024e5f
...@@ -22,10 +22,13 @@ ...@@ -22,10 +22,13 @@
<mvc:exclude-mapping path="/upload-file*"/> <mvc:exclude-mapping path="/upload-file*"/>
<mvc:exclude-mapping path="/upload-file-voice"/> <mvc:exclude-mapping path="/upload-file-voice"/>
<mvc:exclude-mapping path="/get-login-qrcode"/> <mvc:exclude-mapping path="/get-login-qrcode"/>
<mvc:exclude-mapping path="/gic-login-check"/>
<bean class="com.gic.haoban.common.interceptor.AuthWebInterceptor"/> <bean class="com.gic.haoban.common.interceptor.AuthWebInterceptor"/>
</mvc:interceptor> </mvc:interceptor>
<mvc:interceptor>
<mvc:mapping path="/**"/>
<mvc:exclude-mapping path="/gic-login-check"/>
<bean class="com.gic.web.common.inteceptor.RightInterceptor" /> <bean class="com.gic.web.common.inteceptor.RightInterceptor" />
</mvc:interceptor>
</mvc:interceptors> </mvc:interceptors>
</beans> </beans>
\ No newline at end of file
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