bug修改

This commit is contained in:
guoshengxiong 2024-05-13 10:02:30 +08:00
parent bbacc557c6
commit d4b9faac0a

View File

@ -352,7 +352,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/xmgl/exteriorScaffoldingMonitorType/selectMonitorTypeCount").permitAll()
.antMatchers("/xmgl/hikvision/eventCallback").permitAll()
.antMatchers("/xmgl/systemUser/xz/checkAccount").permitAll()
.antMatchers("/xmgl/xzRegistry/getRegistryEmailByAccount").permitAll()
.antMatchers("/xmgl/xzRegistry/getRegistryEmail").permitAll()
.antMatchers("/xmgl/systemUser/getEmailCodeByAccount").permitAll()
.antMatchers("/xmgl/systemUser/resetPwValidCode").permitAll()
.antMatchers("/xmgl/systemUser/resetPwByEmail").permitAll()