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