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