From 2599790dd5a4137fb37ac0e2dda1e663e526cfd9 Mon Sep 17 00:00:00 2001 From: elliott <382696293@qq.com> Date: Thu, 29 Feb 2024 14:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=BF=AE=E6=94=B9=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/mode/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flossom-ui/src/views/system/mode/index.vue b/flossom-ui/src/views/system/mode/index.vue index 81b857a..9c3388d 100644 --- a/flossom-ui/src/views/system/mode/index.vue +++ b/flossom-ui/src/views/system/mode/index.vue @@ -723,7 +723,7 @@ export default { if(data.startTimeArray.length == 0) { flag = true; } - if (!data.startSourceArray.length == 0 || !data.stopSourceArray.length == 0) { + if (data.startSourceArray.length == 0 || data.stopSourceArray.length == 0) { serverImageFlag = true; } })