1
QYF-GitLab1
2024-12-18 b3f54fc91f0d95678f8364978691fd0cbc85e6e8
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,