From c96108bd84050feb01b47db3f5cae96670fda435 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 30 十月 2024 12:54:24 +0800 Subject: [PATCH] 2024-10-30 --- src/tabviews/home/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/home/index.jsx b/src/tabviews/home/index.jsx index d8b8d6c..5dafb3f 100644 --- a/src/tabviews/home/index.jsx +++ b/src/tabviews/home/index.jsx @@ -43,7 +43,7 @@ this.setState({ waiting: false }) - } else { + } else if (!window.GLOB.$error) { setTimeout(() => { this.check(times) }, 200) -- Gitblit v1.8.0