feiyu02
2025-07-21 5be9679fb4288936b576cf3d1f1548af1c4151b8
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) +