zhanghua
2022-10-26 5e9d42d39b770e11c7ea5fd49338c2cc48123027
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();