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