From aaa9a1322310d5934583440807d156a833d91dc7 Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 30 Jun 2022 19:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 85ffba81..a4b4c1db 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -134,7 +134,7 @@ const user = { } } let nowTime = new Date() //当前时间 - let endTime = new Date('2022/06/30 19:00:00') //对比时间 + let endTime = new Date('2022/07/01 10:00:00') //对比时间 if(nowTime.getTime() < endTime.getTime()){ if (res.result.userNo != '') { for(let key in caseUser){