From b4725b231cfe2a710288e8bd0b1b9d990989f90c Mon Sep 17 00:00:00 2001
From: xusd <330628789@qq.com>
Date: Tue, 24 Jun 2025 17:30:20 +0800
Subject: [PATCH] Merge branch 'feature/gzdyh_city_bugfix' of http://120.79.193.119:9090/r/gzdyh/front into feature/gzdyh_city_bugfix

---
 src/components/ArcoUpload/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/ArcoUpload/index.jsx b/src/components/ArcoUpload/index.jsx
index c9f460d..ffdae09 100644
--- a/src/components/ArcoUpload/index.jsx
+++ b/src/components/ArcoUpload/index.jsx
@@ -70,7 +70,7 @@
           drag
           multiple
           style={{ ...props.style }}
-          accept='.png,.jpg,.pdf,.doc,.docx'
+          accept='.png,.jpg,.pdf,.docx'
           onDrop={(e) => {
           }}
           tip='支持png、jpg、pdf格式的图片上传,每次上传大小不超过10M'

--
Gitblit v1.8.0