yiming
2024-05-11 3af76031f4d1bb8d808a07dff7b3e74a8b0db168
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,