zhanghua
2023-02-21 20df92a5019c38c053a1f0e9176c8fe212ce5054
src/utils/mydate.js
@@ -2,7 +2,7 @@
function filterTime(time){
    const result = new Date(time);
    let yy = result.getFullYear(),
    mm = result.getMonth(),
    mm = result.getMonth()+1,
    dd = result.getDate(),
    hh = result.getHours(),
    mi = result.getMinutes();