From acbd97d1cd8ea98ccad490afad13de6b436e8b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Thu, 7 Sep 2023 11:44:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=B8=AD=E6=96=AD=E6=8E=92=E5=90=8D?= =?UTF-8?q?=E4=B8=8D=E8=BD=AE=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/projectGroup/containers/bigscreen.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/web/client/src/sections/projectGroup/containers/bigscreen.jsx b/web/client/src/sections/projectGroup/containers/bigscreen.jsx index 7b41dec..b70cddf 100644 --- a/web/client/src/sections/projectGroup/containers/bigscreen.jsx +++ b/web/client/src/sections/projectGroup/containers/bigscreen.jsx @@ -447,13 +447,7 @@ const Bigscreen = (props) => { } } } - if (c.offline % 1440 % 60) { - if (title) { - title = title + c.offline % 1440 % 60 + "分" - } else { - title = c.offline % 1440 % 60 + "分" - } - } + return
{c.name}