From 0cbc4ef2aa919dae64fc6fc393ff90b35eb6d8ef Mon Sep 17 00:00:00 2001 From: vapao Date: Fri, 24 Dec 2021 14:34:20 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E4=B8=AD=E9=97=B4=E5=92=8C=E4=BB=BB=E5=8A=A1=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=97=A0=E6=B3=95=E4=BB=8E=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=89=A7=E8=A1=8C=E5=91=BD=E4=BB=A4=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/monitor/Step1.js | 2 +- spug_web/src/pages/schedule/Step1.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spug_web/src/pages/monitor/Step1.js b/spug_web/src/pages/monitor/Step1.js index f93c954..9c61f01 100644 --- a/spug_web/src/pages/monitor/Step1.js +++ b/spug_web/src/pages/monitor/Step1.js @@ -167,7 +167,7 @@ export default observer(function () { Tips: 仅测试第一个监控地址 - {showTmp && store.record.extra += v} onCancel={() => setShowTmp(false)}/>} + {showTmp && store.record.extra = v} onCancel={() => setShowTmp(false)}/>} {() => } - {showTmp && setCommand(command + v)} onCancel={() => setShowTmp(false)}/>} + {showTmp && setCommand(v)} onCancel={() => setShowTmp(false)}/>} ) }) \ No newline at end of file