From 95bad6f28560822c77dca0f352fcce8bb56f0e14 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 7 Nov 2022 15:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=87=BA=E5=85=AC=E5=91=8A=E7=AA=97?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Gonggao.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Gonggao.vue b/src/components/Gonggao.vue index 586550c2..45dd035b 100644 --- a/src/components/Gonggao.vue +++ b/src/components/Gonggao.vue @@ -3,9 +3,9 @@
-
最新公告
+
最新公告
- 为了保障信息安全,为您提供更优质的服务,学习平台计划在2022年11月8日晚24点-11月9日早6点进行服务器升级, + 为了保障信息安全,为您提供更优质的服务,学习平台计划在2022年11月9日0点-11月9日早6点进行服务器升级, 在此期间,您无法登录学习,给您带来不便,还请谅解,感谢您的理解与支持。
@@ -23,7 +23,7 @@ }, mounted() { let now=new Date(); - let min=new Date(2022,10,7,14,0,0); + let min=new Date(2022,10,9,0,0,0); let max=new Date(2022,10,9,6,0,0); //console.log(now,min,max); //console.log(now.getTime(),min.getTime(),max.getTime());