Przeglądaj źródła

拦截器放行updateInfo接口2

zhaohongpeng 7 lat temu
rodzic
commit
89deaf5c00
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/webapp/WEB-INF/spring/webmvc.xml

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

@@ -118,7 +118,7 @@
 			<mvc:exclude-mapping path="/seek/release/template"/>
 			<mvc:exclude-mapping path="/erp/productReplace/update"/>
 			<mvc:exclude-mapping path="/basic/enterprise/findByName/**"/>
-			<mvc:exclude-mapping path="/basic/enterprise/**/updateInfo"/>
+			<mvc:exclude-mapping path="/basic/enterprise/**/info"/>
 			<mvc:exclude-mapping path="/vendor/introduction/vendor/**" />
 			<mvc:exclude-mapping path="/vendor/introduction/product/**" />
 			<bean class="com.uas.platform.b2c.core.filter.SSOInterceptor"></bean>