去掉临时测试用的巡查时间判断
This commit is contained in:
parent
658403dabd
commit
3ee00aa59b
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user