From a2c031743c1acabe4cf83b430f14f29cff17ad69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E5=90=91=E5=89=8D?= Date: Mon, 3 Jul 2023 09:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'utils/dateSetting.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/dateSetting.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/dateSetting.js b/utils/dateSetting.js index 43c9e8d..a8b208a 100644 --- a/utils/dateSetting.js +++ b/utils/dateSetting.js @@ -1,5 +1,6 @@ //将当前日期写成常量 +// 测试 const date = new Date(); const year = date.getFullYear(); const month = date.getMonth() + 1;