WXL
2024-06-04 5041f085db17d808fdd914a9829a80007b12dbde
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }