From 7c585586e9bea943161676bd9d127e81123891c3 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期三, 11 十二月 2024 11:01:35 +0800
Subject: [PATCH] Merge branch 'refs/heads/master' into herb

---
 jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java b/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
old mode 100644
new mode 100755
index 534e47f..198ddd0
--- a/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
+++ b/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
@@ -120,14 +120,14 @@
         filterChainDefinitionMap.put("/swagger**/**", "anon");
         filterChainDefinitionMap.put("/webjars/**", "anon");
         filterChainDefinitionMap.put("/v2/**", "anon");
-        
+
         filterChainDefinitionMap.put("/sys/annountCement/show/**", "anon");
 
         //绉湪鎶ヨ〃鎺掗櫎
         filterChainDefinitionMap.put("/jmreport/**", "anon");
         filterChainDefinitionMap.put("/**/*.js.map", "anon");
         filterChainDefinitionMap.put("/**/*.css.map", "anon");
-        
+
         //澶у睆妯℃澘渚嬪瓙
         filterChainDefinitionMap.put("/test/bigScreen/**", "anon");
         filterChainDefinitionMap.put("/bigscreen/template1/**", "anon");
@@ -140,12 +140,21 @@
         filterChainDefinitionMap.put("/websocket/**", "anon");//绯荤粺閫氱煡鍜屽叕鍛�
         filterChainDefinitionMap.put("/newsWebsocket/**", "anon");//CMS妯″潡
         filterChainDefinitionMap.put("/vxeSocket/**", "anon");//JVxeTable鏃犵棔鍒锋柊绀轰緥
+        filterChainDefinitionMap.put("/drySocket/**", "anon");//骞茬嚗鏈洪�氫俊
 
         //鎬ц兘鐩戞帶鈥斺�斿畨鍏ㄩ殣鎮f硠闇睺OEKN锛坉urid杩炴帴姹犱篃鏈夛級
         //filterChainDefinitionMap.put("/actuator/**", "anon");
         //娴嬭瘯妯″潡鎺掗櫎
         filterChainDefinitionMap.put("/test/seata/**", "anon");
 
+        // 骞茬嚗璁惧瀹炴椂鏁版嵁涓婁紶
+        //filterChainDefinitionMap.put("/dry/dryOrder/**", "anon");
+
+        // 骞茬嚗娴嬭瘯
+        filterChainDefinitionMap.put("/dry/dryResult/**", "anon");
+        filterChainDefinitionMap.put("/dry/real/**", "anon");
+
+
         // 娣诲姞鑷繁鐨勮繃婊ゅ櫒骞朵笖鍙栧悕涓簀wt
         Map<String, Filter> filterMap = new HashMap<String, Filter>(1);
         //濡傛灉cloudServer涓虹┖ 鍒欒鏄庢槸鍗曚綋 闇�瑕佸姞杞借法鍩熼厤缃�愬井鏈嶅姟璺ㄥ煙鍒囨崲銆�

--
Gitblit v1.9.3