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