From dfdcdcb3dbd0b711bc0b77bb00fd1d39af91bd0b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 一月 2025 17:43:34 +0800 Subject: [PATCH] 2025-01-10 --- src/tabviews/home/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/home/index.jsx b/src/tabviews/home/index.jsx index d8b8d6c..b26fe42 100644 --- a/src/tabviews/home/index.jsx +++ b/src/tabviews/home/index.jsx @@ -16,7 +16,7 @@ state = { loading: true, - background: sessionStorage.getItem('home_background'), + background: sessionStorage.getItem('home_background') || 'unset', waiting: true, view: '' } @@ -43,7 +43,7 @@ this.setState({ waiting: false }) - } else { + } else if (!window.GLOB.$error) { setTimeout(() => { this.check(times) }, 200) -- Gitblit v1.8.0