lyh
10 天以前 30c9299fa9ffc8d3cd51d4a18b4c0b33c3ef8141
src/main/java/com/lxzn/auth/config/WebSecurityConfig.java
@@ -17,7 +17,7 @@
    @Override
    public void configure(WebSecurity web) {
        web.ignoring().antMatchers("/auth/user/login","/auth/user/logout","/auth/user/jwt", "/services/**","/auth//user/updatePd");
        web.ignoring().antMatchers("/auth/user/login","/auth/user/logout","/auth/user/jwt", "/services/**","/auth/user/updatePd");
    }