去掉临时测试用的巡查时间判断

This commit is contained in:
ywyonui 2025-08-01 10:03:05 +08:00
parent 658403dabd
commit 3ee00aa59b

View File

@ -476,8 +476,6 @@ const formatTime = (timestamp: string) => {
// //
const checkInspectionTime = () => { const checkInspectionTime = () => {
canInspect.value = true;
return;
const currentTime = now; const currentTime = now;
let wDay = currentTime.day(); let wDay = currentTime.day();
if (wDay === 0) { if (wDay === 0) {