From ca8defa21d1992d7515c6a2fee9c8b514929ee3d Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 24 Mar 2025 17:21:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A7=BB=E5=8A=A8=E9=80=9F=E5=BA=A6?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/spray/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 59918ba..f7ab225 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -363,8 +363,8 @@ const updateFormRules = { if (!value) { callback(new Error('请输入移动速度')) } - else if (value > 50) { - callback(new Error('移动速度最大为50 mm/s')) + else if (value > 30) { + callback(new Error('移动速度最大为30 mm/s')) } else { callback()