闫增涛
2025-01-02 14ed505ae64153919fcfedbcdfc03e508a1ffa50
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,