添加功能
This commit is contained in:
@@ -111,6 +111,8 @@ public class SecurityConfig {
|
||||
requests.antMatchers("/sso/pc/code/login").permitAll()
|
||||
// 大数据分析先放行
|
||||
.antMatchers("/analysis/**").permitAll()
|
||||
// 模型先放行
|
||||
.antMatchers("/model/**").permitAll()
|
||||
// 静态资源,可匿名访问
|
||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js",
|
||||
"/profile/**").permitAll()
|
||||
|
||||
Reference in New Issue
Block a user