From 963ca00eba4e524ec4efa5a5e09bc583c8fa4817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Mon, 24 Oct 2022 10:51:31 +0800 Subject: [PATCH] =?UTF-8?q?glcc=E5=BB=B6=E9=95=BF=E5=AF=BC=E5=B8=88?= =?UTF-8?q?=E8=AF=84=E5=88=86=E6=97=B6=E9=97=B4=E8=87=B324=E5=8F=B724?= =?UTF-8?q?=E7=82=B9?= 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 353583b86..f3a2528f2 100644 --- a/src/glcc/index.jsx +++ b/src/glcc/index.jsx @@ -88,7 +88,7 @@ const Glcc = (propsF) => { // 学生结项考核入口可见时间 const checkTime1 = new Date().getTime() > new Date('2022/10/01 8:0').getTime(); // 导师结项考核时间 - const checkTime2 = new Date().getTime() > new Date('2022/10/01 8:0').getTime() && new Date().getTime() < new Date('2022/10/23 24:0').getTime(); + const checkTime2 = new Date().getTime() > new Date('2022/10/01 8:0').getTime() && new Date().getTime() < new Date('2022/10/24 24:0').getTime(); // 结项考核结果公示 const checkTime3 = new Date().getTime() > new Date('2022/10/24 10:0').getTime();