From aa15f061ba185b05f22c98a0a979c72d08bcd974 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 11 二月 2025 09:42:38 +0800 Subject: [PATCH] 2025-02-11 --- 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