待機秒数調整
This commit is contained in:
parent
7f67fc6cc8
commit
ce9dccc158
2
Apps.js
2
Apps.js
@ -213,7 +213,7 @@ export default function Apps({
|
|||||||
}, []);
|
}, []);
|
||||||
if (returnDataBase.length) {
|
if (returnDataBase.length) {
|
||||||
setStationBoardData(returnDataBase);
|
setStationBoardData(returnDataBase);
|
||||||
sleep(8, function () {
|
sleep(30, function () {
|
||||||
StationBoardAcSR.current?.show();
|
StationBoardAcSR.current?.show();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user