From bdc1fbf262ddf575aefbf9c6b47b3b5402db13c1 Mon Sep 17 00:00:00 2001 From: hezifeng <1076018966@qq.com> Date: Thu, 17 Oct 2024 11:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8F=E5=A4=9C?= =?UTF-8?q?=E7=81=AF=E6=A8=A1=E5=BC=8F=E5=92=8C=E5=B0=86plc=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E7=BB=84=E7=BD=91=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=BD=91?= =?UTF-8?q?=E5=85=B3=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/panels/IntelligentGatewayV4/Common/Home/Home.tsx | 4 ++-- src/panels/LightsV4/Common/MoreSetting/MoreSetting.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/panels/IntelligentGatewayV4/Common/Home/Home.tsx b/src/panels/IntelligentGatewayV4/Common/Home/Home.tsx index 8d867486..667cb928 100644 --- a/src/panels/IntelligentGatewayV4/Common/Home/Home.tsx +++ b/src/panels/IntelligentGatewayV4/Common/Home/Home.tsx @@ -51,7 +51,7 @@ const GateWay = (props) => { '', ], [ - 'PLC本地组网', + '网关重启', 'broadcast', () => {}, '', @@ -141,7 +141,7 @@ const GateWay = (props) => { if (value) { Dialog.confirm({ title: '提示', - content: "开启后整体场景执行速度稍微变慢", + content: "确认重启网关吗?", cancelText: '取消', confirmText: '确认', onConfirm: () => { diff --git a/src/panels/LightsV4/Common/MoreSetting/MoreSetting.tsx b/src/panels/LightsV4/Common/MoreSetting/MoreSetting.tsx index 374d8f6a..0eae8200 100644 --- a/src/panels/LightsV4/Common/MoreSetting/MoreSetting.tsx +++ b/src/panels/LightsV4/Common/MoreSetting/MoreSetting.tsx @@ -135,7 +135,7 @@ export function MoreSetting({ deviceData, doControlDeviceData, sdk }) { const [nightLightTime, setNightLightTime] = useState({ startTime: '22:00', - endTime: '06:00', + endTime: '07:00', }); const { data: TimerList = [], isValidating, mutate } = useSWR('AppGetTimerList', async () => { @@ -342,7 +342,7 @@ export function MoreSetting({ deviceData, doControlDeviceData, sdk }) { )} - + {/* )} - + */}