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;