From aa583e6748bda230028375a4ea5f39be79945b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Tue, 12 Aug 2025 17:03:12 +0800 Subject: [PATCH] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/.env.production | 4 ++-- .../pages/mobile/scenarios/plan/new/steps/MessageCard.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cunkebao/.env.production b/Cunkebao/.env.production index 2f19277d..d71cee1d 100644 --- a/Cunkebao/.env.production +++ b/Cunkebao/.env.production @@ -1,4 +1,4 @@ # 基础环境变量示例 -# VITE_API_BASE_URL=https://ckbapi.quwanzhi.com -VITE_API_BASE_URL=http://www.yishi.com +VITE_API_BASE_URL=https://ckbapi.quwanzhi.com +# VITE_API_BASE_URL=http://www.yishi.com VITE_APP_TITLE=存客宝 diff --git a/Cunkebao/src/pages/mobile/scenarios/plan/new/steps/MessageCard.tsx b/Cunkebao/src/pages/mobile/scenarios/plan/new/steps/MessageCard.tsx index 8eb50515..7202fc91 100644 --- a/Cunkebao/src/pages/mobile/scenarios/plan/new/steps/MessageCard.tsx +++ b/Cunkebao/src/pages/mobile/scenarios/plan/new/steps/MessageCard.tsx @@ -255,7 +255,7 @@ const MessageCard: React.FC = ({ coverImage: url, }) } - maxSize={5} + maxSize={1} showPreview={true} /> @@ -305,7 +305,7 @@ const MessageCard: React.FC = ({ }); }} maxSize={50} - maxCount={5} + maxCount={1} showPreview={true} /> @@ -322,7 +322,7 @@ const MessageCard: React.FC = ({ }); }} maxSize={10} - maxCount={10} + maxCount={1} showPreview={true} acceptTypes={["excel", "word", "ppt"]} />