This commit is contained in:
chenjinsong
2022-03-09 20:10:40 +08:00

View File

@@ -42,5 +42,5 @@ export function getNowTime (interval) {
}
// 日期格式转换
export function rTime (date) {
return window.$dayJs.tz(new Date(date)).format('mm:ss')
return window.$dayJs.tz(new Date(date)).format('MM-DD HH:mm')
}