From f9405dc670967670b3a58c4125b8efbc1bb2f2c9 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Sat, 27 Aug 2022 17:57:10 +0800 Subject: [PATCH] up --- utils/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/util.js b/utils/util.js index abf89ac..09d9318 100644 --- a/utils/util.js +++ b/utils/util.js @@ -15,7 +15,6 @@ const HOSTARR = { const HOST = HOSTARR["baseUrl"]; //"https://tiantianxinye.365care.langye.net/";//HOSTARR[process.env.NODE_ENV];// - const formatTime = date => { const year = date.getFullYear(); const month = date.getMonth() + 1;