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)