فهرست منبع

1、上传图片问题

yys 3 ماه پیش
والد
کامیت
9b81a10bfb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fs-framework/src/main/java/com/fs/framework/config/SecurityConfig.java

+ 1 - 1
fs-framework/src/main/java/com/fs/framework/config/SecurityConfig.java

@@ -132,7 +132,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
                 .antMatchers("/tzPay/*").anonymous()
                 .antMatchers("//his/pay/*").anonymous()
                 .antMatchers("/common/getId**").anonymous()
-                .antMatchers("/common/uploadOSS**").anonymous()
+//                .antMatchers("/common/uploadOSS**").anonymous()
                 .antMatchers("/chat/upload/uploadFile**").anonymous()
                 .antMatchers("/common/uploadWang**").anonymous()
                 .antMatchers("/common/download**").anonymous()