|
@@ -102,7 +102,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
// 对于app 开放页面,允许任意访问
|
|
|
.antMatchers("/**/open-api/**","/system/config/configKey/**").permitAll()
|
|
|
// 对于登录login 验证码captchaImage 允许匿名访问
|
|
|
- .antMatchers("/login", "/login/noCode","/captchaImage","/login/code","/login/code/test","/login/jscode-test","/login/code/ios").anonymous()
|
|
|
+ .antMatchers("/login", "/login/noCode","/captchaImage","/login/code","/login/code/test","/login/jscode-test","/login/code/ios","/login/dycode").anonymous()
|
|
|
//.antMatchers("/student/open/**").permitAll()
|
|
|
.antMatchers("/student/**").hasRole("STUDENT")
|
|
|
.antMatchers(
|