优化点播后截图以及截图的展示

This commit is contained in:
648540858
2023-03-22 09:52:23 +08:00
parent df9f6a8927
commit 66234dc288
4 changed files with 13 additions and 5 deletions

View File

@@ -86,6 +86,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
matchers.add("/swagger-resources/**");
matchers.add("/v3/api-docs/**");
matchers.add("/js/**");
matchers.add("/api/device/query/snap/**");
matchers.addAll(userSetting.getInterfaceAuthenticationExcludes());
// 可以直接访问的静态数据
web.ignoring().antMatchers(matchers.toArray(new String[0]));