From 544148eddae96db824423cd059ebecb9d13c392e Mon Sep 17 00:00:00 2001 From: xusd <330628789@qq.com> Date: Thu, 19 Jun 2025 20:52:50 +0800 Subject: [PATCH] fix:市平台项目更新 --- src/components/ArcoUpload/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ArcoUpload/index.jsx b/src/components/ArcoUpload/index.jsx index b1a7727..c9f460d 100644 --- a/src/components/ArcoUpload/index.jsx +++ b/src/components/ArcoUpload/index.jsx @@ -2,7 +2,7 @@ * @Author: dminyi 1301963064@qq.com * @Date: 2024-09-02 19:56:05 * @LastEditors: lwh - * @LastEditTime: 2024-12-10 15:46:19 + * @LastEditTime: 2025-06-10 16:23:39 * @FilePath: \gzDyh\gz-customerSystem\src\components\ArcoUpload\index.jsx * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -70,7 +70,7 @@ drag multiple style={{ ...props.style }} - accept='.png,.jpg,.pdf' + accept='.png,.jpg,.pdf,.doc,.docx' onDrop={(e) => { }} tip='支持png、jpg、pdf格式的图片上传,每次上传大小不超过10M' -- Gitblit v1.8.0