odc.xiaohui
2023-02-20 b693b8061247a0edf43cd714c8d3b9e221c7da79
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();