From 3f398c3a015ab0aa9030e4f4d1d77ebaddd48153 Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Mon, 24 Feb 2025 10:40:40 +0800 Subject: [PATCH] 1 --- admin-web-master/src/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-web-master/src/utils/index.js b/admin-web-master/src/utils/index.js index 3bd489c..fa4c060 100644 --- a/admin-web-master/src/utils/index.js +++ b/admin-web-master/src/utils/index.js @@ -17,7 +17,7 @@ export function parseTime(time, cFormat) { if (typeof time === 'object') { date = time } else { - if ((typeof time === 'string')) { + if ((typeof time === 'string')) { if ((/^[0-9]+$/.test(time))) { // support "1548221490638" time = parseInt(time) -- libgit2 0.21.4