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