litian
2025-03-14 6e6d4f6688d0f110993dc2055289e640a5fd29bb
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,