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 (