WXL
2024-11-26 007d3884ad259883d7a5db6714876e46525ae717
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }