From 2746921f12702d4075d857713ac67bbe3de05813 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 23 五月 2024 09:59:13 +0800
Subject: [PATCH] fix: 获取司机配送员信息接口修改

---
 xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java b/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java
index efe320c..d4f0685 100644
--- a/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java
+++ b/xboot-core/src/main/java/cn/exrick/xboot/core/config/security/WebSecurityConfig.java
@@ -82,7 +82,7 @@
     @Override
     protected void configure(AuthenticationManagerBuilder auth) throws Exception {
         auth.authenticationProvider(new DaoAuthenticationProvider());
-        auth.userDetailsService(userDetailsService).passwordEncoder(new BCryptPasswordEncoder());
+        //auth.userDetailsService(userDetailsService).passwordEncoder(new BCryptPasswordEncoder());
     }
 
     @Override
@@ -133,7 +133,7 @@
                 .exceptionHandling().accessDeniedHandler(accessDeniedHandler)
                 .and()
                 //鍥惧舰楠岃瘉鐮佽繃婊ゅ櫒
-                .addFilterBefore(imageValidateFilter, UsernamePasswordAuthenticationFilter.class)
+                //.addFilterBefore(imageValidateFilter, UsernamePasswordAuthenticationFilter.class)
                 // 鐭俊楠岃瘉鐮佽繃婊ゅ櫒
                 //.addFilterBefore(smsValidateFilter, UsernamePasswordAuthenticationFilter.class)
                 // vaptcha楠岃瘉鐮佽繃婊ゅ櫒

--
Gitblit v1.9.1