mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 17:04:32 +08:00
chore: 请求错误提示
This commit is contained in:
+2
-2
@@ -102,8 +102,8 @@ if (!localStorage.getItem(DEFAULT_BGM_STORAGE_KEY)) {
|
||||
}
|
||||
loadTheme();
|
||||
})
|
||||
.catch((e) => {
|
||||
errorTip(e);
|
||||
.catch(({ error }) => {
|
||||
errorTip(error);
|
||||
});
|
||||
} else {
|
||||
loadTheme();
|
||||
|
||||
Reference in New Issue
Block a user