Просмотр исходного кода

fix 省局项管跳转丽水二期免登

master
niohe·erbao 1 год назад
Родитель
Сommit
5eebf7d134
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/user/security/auth/common/CommonAuthSecurityConfig.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/user/security/auth/common/CommonAuthSecurityConfig.java Просмотреть файл

@@ -40,7 +40,7 @@ public class CommonAuthSecurityConfig
@Override
public void configure(HttpSecurity http) throws Exception {
CommonAuthFilter commonAuthFilter =
new CommonAuthFilter(authProperties.getAgentLoginUrl());
new CommonAuthFilter(authProperties.getCommonLoginUrl());
authenticationManager = http.getSharedObject(AuthenticationManager.class);
commonAuthFilter.setAuthenticationManager(authenticationManager);
commonAuthFilter.setAuthenticationSuccessHandler(defaultLoginSuccessHandler);


Загрузка…
Отмена
Сохранить