整合大屏编辑页面
This commit is contained in:
@ -107,7 +107,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
||||
"/**/*.js",
|
||||
"/profile/**"
|
||||
).permitAll()
|
||||
.antMatchers("/avue/**").anonymous()
|
||||
.antMatchers("/avue/api/category/list").permitAll()
|
||||
.antMatchers("/system/visualImage/upload").anonymous()
|
||||
.antMatchers("/swagger-ui.html").anonymous()
|
||||
.antMatchers("/swagger-resources/**").anonymous()
|
||||
|
Reference in New Issue
Block a user