提交 1269f4f9 authored 作者: gongwenjie's avatar gongwenjie

合并分支 'gwj' 到 'master'

考勤 查看合并请求 !72
流水线 #112 已取消 于阶段
...@@ -57,6 +57,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -57,6 +57,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.cors().and() .cors().and()
.authorizeRequests() .authorizeRequests()
.antMatchers("/pas/user/judgeParent/**").permitAll() .antMatchers("/pas/user/judgeParent/**").permitAll()
.antMatchers("/pas/user/test").permitAll()
.antMatchers("/pas/user/addGuanLian").permitAll() .antMatchers("/pas/user/addGuanLian").permitAll()
.antMatchers(HttpMethod.GET,"/pas/user").permitAll() .antMatchers(HttpMethod.GET,"/pas/user").permitAll()
.antMatchers("/pas/user/encryPas").permitAll() .antMatchers("/pas/user/encryPas").permitAll()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论