WXL (wul)
19 小时以前 38d3a2b23df5d7fea47d3260cfc19e803dc40863
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }