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