修缮 snack

This commit is contained in:
CrescentLeaf
2025-11-21 21:52:17 +08:00
parent 32719b45ea
commit cbdccfb5a7
4 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ export default function RecentsList({
token: data.access_token,
})
if (re.code != 200) {
if (re.code != 401) checkApiSuccessOrSncakbar(re, "获取最近对话列表失败")
if (re.code != 401 && re.code != 400) checkApiSuccessOrSncakbar(re, "获取最近对话列表失败")
return
}