Browse Source

B2B登录拦截的处理

hejq 8 years ago
parent
commit
64662e6c53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/WEB-INF/spring/webmvc.xml

+ 1 - 0
src/main/webapp/WEB-INF/spring/webmvc.xml

@@ -82,6 +82,7 @@
 			<mvc:exclude-mapping path="/logout/**" />
 			<mvc:exclude-mapping path="/file/**" />
 			<mvc:exclude-mapping path="/public/**" />
+			<mvc:exclude-mapping path="/erp/**" />
 			<mvc:exclude-mapping path="/manage/**" />
 			<mvc:exclude-mapping path="/openapi/**" />
 			<mvc:exclude-mapping path="/serve/**" />