From fc6b6dbede6b9ddc024f271555ceb0df378c1d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Wed, 13 Apr 2022 10:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=90=8D=E6=88=AA=E8=87=B3=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glcc/index.jsx b/src/glcc/index.jsx index 28f323d7..4598c494 100644 --- a/src/glcc/index.jsx +++ b/src/glcc/index.jsx @@ -32,7 +32,7 @@ const Help = Loadable({ const Glcc = (propsF) => { // 判断时间是否在开源夏令营报名时间内(4月15日~5月8日) - const isGlccApplyDate = Date.parse(new Date()) < 1652889600000; + const isGlccApplyDate = Date.parse(new Date()) < 1652025600000; return (