修复大屏保存时的bug

This commit is contained in:
LeonardYoung
2021-10-29 12:34:39 +08:00
parent a39ec38406
commit 74967faef3
2 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
"/profile/**"
).permitAll()
.antMatchers("/avue/api/category/list").permitAll()
.antMatchers("/avue/api/visual/put-file").permitAll()
.antMatchers("/system/visualImage/upload").anonymous()
.antMatchers("/swagger-ui.html").anonymous()
.antMatchers("/swagger-resources/**").anonymous()