src/utils/time-util.js @@ -44,7 +44,7 @@ const year = time.getFullYear(); const month = time.getMonth() + 1; const date = time.getDate(); return ( return dayjs( year + format + (month < 10 ? '0' + month : month) +