WXL (wul)
16 分钟以前 56c5f1f9c7f9ec8d229faf8139093698be65ec87
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }