浏览代码

refactor(frontend): +1s

Signed-off-by: Myon <[email protected]>
Myon 3 年之前
父节点
当前提交
d5e7f01c17
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/composables/useAppStatusLoading.js

+ 1 - 1
frontend/src/composables/useAppStatusLoading.js

@@ -16,7 +16,7 @@ export const useAppStatusLoading = () => {
         setTimeout(resolve, ms);
       });
     // 考虑保存配置后HTTP服务没有立即重启的情况,等待几秒再请求状态接口
-    await sleep(5000);
+    await sleep(6000);
 
     const handler = async () => {
       const [res, err] = await SystemApi.getInfo();