Commit a3531db3 by 焦凯

修改场站用户登出接口

parent dd58c0ae
...@@ -267,7 +267,7 @@ public class SecurityConfig { ...@@ -267,7 +267,7 @@ public class SecurityConfig {
http.addFilterAfter(new INZTenantAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class); http.addFilterAfter(new INZTenantAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class);
http.logout().logoutUrl("/warehouse/logout") http.logout().logoutUrl("/warehouse/api/logout")
.addLogoutHandler(logoutHandler).invalidateHttpSession(true) .addLogoutHandler(logoutHandler).invalidateHttpSession(true)
.permitAll(); .permitAll();
} }
......
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