import util from '@/utils/util.js' // 格式化 export function formatDate(time, formatStr = 'YYYY年MM月DD') { return util.moment(time).format(formatStr) }