去除全部请求拦截提示弹窗的icon

This commit is contained in:
YeMingfei666 2024-10-11 10:00:41 +08:00
parent 6b329a7e2e
commit bc03b2c30e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ function commonsProcess(showLoading, httpReqCallback) {
// http响应码不正确
if (statusCode != 200 && statusCode != 204 && statusCode != 201) {
isShowErrorToast = true
infoBox.showErrorToast(data.message || '服务器异常')
infoBox.showToast(data.message || '服务器异常')
return Promise.reject(bodyData) // 跳转到catch函数
}