mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-30 21:08:30 +08:00
chore: 请求错误提示
This commit is contained in:
parent
6a91e0bab2
commit
66f7e48166
|
@ -102,8 +102,8 @@ if (!localStorage.getItem(DEFAULT_BGM_STORAGE_KEY)) {
|
||||||
}
|
}
|
||||||
loadTheme();
|
loadTheme();
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch(({ error }) => {
|
||||||
errorTip(e);
|
errorTip(error);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
loadTheme();
|
loadTheme();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user