Commit ad4651aa authored by wuhao's avatar wuhao 🎯

asder

parent 3b097382
......@@ -42,7 +42,7 @@ export default function HomePage() {
return result;
},
{
refreshDeps: [],
pollingInterval: 20000,
}
);
const lefttwo = useRequest(
......@@ -56,7 +56,7 @@ export default function HomePage() {
return result;
},
{
refreshDeps: [],
pollingInterval: 20000,
}
);
const leftthree = useRequest(
......@@ -70,7 +70,7 @@ export default function HomePage() {
return result;
},
{
refreshDeps: [],
pollingInterval: 20000,
}
);
......@@ -85,7 +85,7 @@ export default function HomePage() {
return result;
},
{
refreshDeps: [],
pollingInterval: 20000,
}
);
......@@ -100,7 +100,7 @@ export default function HomePage() {
return result;
},
{
refreshDeps: [],
pollingInterval: 20000,
}
);
......@@ -115,7 +115,7 @@ export default function HomePage() {
return result;
},
{
refreshDeps: [],
pollingInterval: 20000,
}
);
......
......@@ -285,7 +285,7 @@ function Threedire() {
return result;
},
{
refreshDeps: [],
pollingInterval: 5000,
}
);
......@@ -391,7 +391,7 @@ function Threedire() {
}}
>
<div className="spread">
<span>{modalprops?.data?.equipmentName}</span>
<span>{modalprops?.data?.equipmentName}{equpmentNo}</span>
<span style={{ color: statusbar[config[equpmentNo]?.status]?.color }}>
{statusbar[config[equpmentNo]?.status]?.name}
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment