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