1
QYF-GitLab1
2024-12-18 c9b04218ebd51d484ee4f662d24edc711ae7b7e6
utils/util.js
@@ -1,6 +1,3 @@
import dayjs from 'dayjs';
const formatTime = (date, template) => dayjs(date).format(template);
/**
 * 格式化价格数额为字符串
@@ -123,7 +120,6 @@
};
module.exports = {
  formatTime,
  priceFormat,
  cosThumb,
  get,