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