From 736003d4534e1686b3e9ee27f7baa2afba7ad959 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 10 七月 2025 11:41:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java b/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
index 1bb9b57..7924d9c 100644
--- a/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
+++ b/lxzn-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java
@@ -137,12 +137,20 @@
         filterChainDefinitionMap.put("/jmreport/**", "anon");
         filterChainDefinitionMap.put("/**/*.js.map", "anon");
         filterChainDefinitionMap.put("/**/*.css.map", "anon");
+        //璁惧鐐规鎵撳嵃鎺ュ彛鎺掗櫎
+        filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportInsOrderBaseInfo", "anon");
+        filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportInsOrderDetailList", "anon");
+        filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportInsOrderDetailUserList", "anon");
+        filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportWeekInsDetailList", "anon");
+        filterChainDefinitionMap.put("/eam/eamInspectionOrder/exportWeekInsOrderDetailUserList", "anon");
         //璁惧瀹屽ソ鐜囨姤琛ㄦ帓闄�
         filterChainDefinitionMap.put("/eam/repairOrder/equipmentAvailability", "anon");
         //鐢熶骇鏁呴殰闂撮殧鏃堕棿鎶ヨ〃鎺掗櫎
         filterChainDefinitionMap.put("/eam/faultIntervalTime/getMTBF", "anon");
+        filterChainDefinitionMap.put("/eam/faultIntervalTime/**","anon");
         //璁惧鍙紑鍔ㄧ巼鎶ヨ〃鎺掗櫎
-            filterChainDefinitionMap.put("/eam/repairOrder/getStartRate", "anon");
+        filterChainDefinitionMap.put("/eam/repairOrder/getStartRate", "anon");
+        filterChainDefinitionMap.put("/eam/faultIntervalTime/get2MTBF", "anon");
         //澶у睆妯℃澘渚嬪瓙
         filterChainDefinitionMap.put("/test/bigScreen/**", "anon");
         filterChainDefinitionMap.put("/bigscreen/template1/**", "anon");
@@ -163,6 +171,7 @@
         //娴嬭瘯妯″潡鎺掗櫎
         filterChainDefinitionMap.put("/test/seata/**", "anon");
 
+
         // 娣诲姞鑷繁鐨勮繃婊ゅ櫒骞朵笖鍙栧悕涓簀wt
         Map<String, Filter> filterMap = new HashMap<String, Filter>(1);
         //濡傛灉cloudServer涓虹┖ 鍒欒鏄庢槸鍗曚綋 闇�瑕佸姞杞借法鍩熼厤缃�愬井鏈嶅姟璺ㄥ煙鍒囨崲銆�

--
Gitblit v1.9.3