驾驶舱

This commit is contained in:
2024-04-24 13:30:06 +08:00
parent 0fffed9b0e
commit 1d9e272f99
11 changed files with 674 additions and 463 deletions

View File

@@ -29,6 +29,8 @@ export const switchShowTime = (type) => {
}
if (lastMonth === 12) {
startYear = currentYear - 1
}else{
startYear = currentYear
}
startTime = startYear+'.'+lastMonth+'.'+day
endTime = currentYear+'.'+(nowTime.getMonth()+1)+'.28'