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