From 96fd0da457350545a7d303ffe08c96354ec52cb5 Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期三, 18 九月 2024 16:44:18 +0800
Subject: [PATCH] 用户权限 页面一级菜单合并BUG  已修复

---
 JiuMuMesParent/.idea/inspectionProfiles/Project_Default.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/JiuMuMesParent/.idea/inspectionProfiles/Project_Default.xml b/JiuMuMesParent/.idea/inspectionProfiles/Project_Default.xml
index 31fda01..f771f65 100644
--- a/JiuMuMesParent/.idea/inspectionProfiles/Project_Default.xml
+++ b/JiuMuMesParent/.idea/inspectionProfiles/Project_Default.xml
@@ -17,5 +17,10 @@
     <inspection_tool class="AlibabaTestClassShouldEndWithTestNaming" enabled="true" level="WARNING" enabled_by_default="true" />
     <inspection_tool class="AlibabaTransactionMustHaveRollback" enabled="true" level="WARNING" enabled_by_default="true" />
     <inspection_tool class="AlibabaUseRightCaseForDateFormat" enabled="true" level="WARNING" enabled_by_default="true" />
+    <inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
+      <Languages>
+        <language minSize="106" name="Java" />
+      </Languages>
+    </inspection_tool>
   </profile>
 </component>
\ No newline at end of file

--
Gitblit v1.8.0