|
@ -141,7 +141,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { |
|
|
// license
|
|
|
// license
|
|
|
.antMatchers("/license/identityCode", "/license/authentication").anonymous() |
|
|
.antMatchers("/license/identityCode", "/license/authentication").anonymous() |
|
|
// 扫码报警
|
|
|
// 扫码报警
|
|
|
.antMatchers( "/codeScanningAlarm/event").anonymous() |
|
|
.antMatchers( "/codeScanningAlarm/**").anonymous() |
|
|
// 第三方、小程序、APP
|
|
|
// 第三方、小程序、APP
|
|
|
//.antMatchers("/api/**").anonymous()
|
|
|
//.antMatchers("/api/**").anonymous()
|
|
|
|
|
|
|
|
|