From 9b445d80e8b09f402dee44397df62338532ff141 Mon Sep 17 00:00:00 2001
From: wangxy <1356089412@qq.com>
Date: Wed, 24 Jul 2024 11:32:46 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ruoyi-admin/src/main/resources/application.yml                | 2 +-
 .../src/main/resources/templates/system/special/add.html      | 4 ++--
 .../src/main/resources/templates/system/special/edit.html     | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index f7ee8d3..76084eb 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -137,7 +137,7 @@ xss:
   # 过滤开关
   enabled: true
   # 排除链接(多个用逗号分隔)
-  excludes: /system/notice/*
+  excludes: /system/notice/*,/system/trends/*,/system/work/*,/system/business/*,/system/special/*
   # 匹配链接
   urlPatterns: /system/*,/monitor/*,/tool/*
 
diff --git a/ruoyi-admin/src/main/resources/templates/system/special/add.html b/ruoyi-admin/src/main/resources/templates/system/special/add.html
index 151c165..54f68a6 100644
--- a/ruoyi-admin/src/main/resources/templates/system/special/add.html
+++ b/ruoyi-admin/src/main/resources/templates/system/special/add.html
@@ -32,7 +32,7 @@
 				</div>
 			</div>
 
-			<div class="form-group">
+			<!--<div class="form-group">
 				<label class="col-sm-2 control-label">专题活动图片上传:</label>
 				<br/>
 				<div class="fileinput fileinput-new" data-provides="fileinput">
@@ -47,7 +47,7 @@
 						<a href="#" class="btn btn-white fileinput-exists" data-dismiss="fileinput">清除</a>
 					</div>
 				</div>
-			</div>
+			</div>-->
 
 			<div class="form-group">
 				<label class="col-sm-2 control-label">文件上传:</label>
diff --git a/ruoyi-admin/src/main/resources/templates/system/special/edit.html b/ruoyi-admin/src/main/resources/templates/system/special/edit.html
index 7899598..d1cf702 100644
--- a/ruoyi-admin/src/main/resources/templates/system/special/edit.html
+++ b/ruoyi-admin/src/main/resources/templates/system/special/edit.html
@@ -34,7 +34,7 @@
                 </div>
             </div>
 
-            <div class="form-group">
+           <!-- <div class="form-group">
                 <label class="col-sm-2 control-label">专题活动图片上传:</label>
                 <br/>
                 <div class="fileinput fileinput-new" data-provides="fileinput">
@@ -52,7 +52,7 @@
                         <a href="#" class="btn btn-white fileinput-exists" data-dismiss="fileinput">清除</a>
                     </div>
                 </div>
-            </div>
+            </div>-->
 
             <div class="form-group">
                 <label class="col-sm-2 control-label">文件上传:</label>