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