修改登录背景图片加载显示

This commit is contained in:
eoao
2025-08-26 23:34:22 +08:00
parent 01cef2355d
commit 00fd14ad88
57 changed files with 102 additions and 78 deletions

View File

@@ -67,10 +67,8 @@ export async function init() {
};
img.onerror = () => {
console.warn('背景图片加载失败:', img.src);
removeLoading();
};
}