From 3124a26e42337f433723205e7606de55080e58c1 Mon Sep 17 00:00:00 2001 From: qinjian Date: Mon, 25 Aug 2025 16:05:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E9=85=8D=E7=BD=AE=E4=B8=8B=E5=8F=91?= =?UTF-8?q?=E4=B8=AD...=E2=80=9D=E5=92=8C=E2=80=9C=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/sections/wuyuanbiaoba/components/CameraView.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/sections/wuyuanbiaoba/components/CameraView.jsx b/client/src/sections/wuyuanbiaoba/components/CameraView.jsx index a5d06ef..b63ab35 100644 --- a/client/src/sections/wuyuanbiaoba/components/CameraView.jsx +++ b/client/src/sections/wuyuanbiaoba/components/CameraView.jsx @@ -1212,10 +1212,10 @@ const CameraView = ({ }} > {isSaving - ? "保存中..." + ? "配置下发中..." : rectangles.length === 0 ? "无标靶" - : "保存"} + : "一键下发"} {/* 信息显示 */}