Pre Merge pull request !149 from SuchJack/master

pull/149/MERGE
SuchJack 2025-05-15 10:01:01 +00:00 committed by Gitee
commit bab0243551
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ http.interceptors.response.use(
}
if (error && error.config) {
if (error.config.custom.showError === false) {
if (error.config.custom.showError) {
uni.showToast({
title: error.data?.msg || errorMessage,
icon: 'none',