This commit is contained in:
guochunsi
2026-01-29 11:56:37 +08:00
parent 043c92efc9
commit 9fea29454f
28 changed files with 230 additions and 384 deletions

View File

@@ -341,7 +341,7 @@ const searchUserInfo = async () => {
message.success('查询成功')
}
} catch (error: any) {
message.error(error?.msg || '查询失败')
// 错误处理已在数据请求层统一处理,此处不需要提示
} finally {
baseLoading.value = false
}