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