修改样式

This commit is contained in:
admin
2021-07-05 15:11:32 +08:00
parent 43f6875f2a
commit 0ec5b1c2fb
7 changed files with 27 additions and 31 deletions

View File

@@ -134,7 +134,7 @@ export function debounce (fn, delay) {
}
}
export function getNowTime (interval) {
const endTime = window.$dayJs.tz().valueOf();
const endTime = window.$dayJs.tz().valueOf()
const startTime = endTime - interval * 60 * 1000
return {
startTime,