提交 83356b2c 编写于 作者: sq3536's avatar sq3536

转接sysuser

上级 99a8d145
......@@ -126,6 +126,7 @@ public class apiSecurityConfig extends WebSecurityConfigurerAdapter {
//开放组织机构关系查询
.antMatchers("/ibzemployees/**/oumaps").permitAll()
.antMatchers("/ibzorganizations/**/suborg/picker").permitAll()
.antMatchers("/sysorganizations/**/suborg/picker").permitAll()
.antMatchers("/dictionarys/**").permitAll()
.antMatchers("/sysemployees/**/oumaps").permitAll();
// 所有请求都需要认证
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册