|
@@ -485,7 +485,7 @@ export default {
|
|
|
const timer = setInterval(async () => {
|
|
|
const stopLoop = await checkStatus();
|
|
|
if (stopLoop) clearInterval(timer);
|
|
|
- }, 5000); // 每5秒轮询一次
|
|
|
+ }, 60000);
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -572,8 +572,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.error-message {
|
|
|
- color: red;
|
|
|
- font-weight: 600;
|
|
|
+ color: red !important;
|
|
|
+ font-weight: 600 !important;
|
|
|
|
|
|
i {
|
|
|
font-weight: 600;
|