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