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