Commit 8a29bb9b authored by xiaozhe.chen's avatar xiaozhe.chen

添加修改手机号后台管理接口

parent 26850059
...@@ -30,7 +30,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -30,7 +30,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
@Override @Override
protected void configure(HttpSecurity http) throws Exception { protected void configure(HttpSecurity http) throws Exception {
String allowedRoutes = "/test/**,/error/**,/user/**"; //String allowedRoutes = "/test/**,/error/**,/user/**";
String allowedRoutes = "/test/**,/error/**";
String[] allowedRoutesArr = allowedRoutes.split(","); String[] allowedRoutesArr = allowedRoutes.split(",");
http http
.authorizeRequests() .authorizeRequests()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment