|
|
@@ -260,7 +260,7 @@ export default new (class {
|
|
|
return Promise.resolve(res)
|
|
|
}
|
|
|
const { getErrorInfoByCode } = useErrorInfoStore()
|
|
|
- const msg = getErrorInfoByCode(res.Status && [6003, 6066, 6019].includes(res.Status) ? res.Status : res.RetCode)
|
|
|
+ const msg = getErrorInfoByCode(res.Status && [6003, 6066, 6019, 6064].includes(res.Status) ? res.Status : res.RetCode)
|
|
|
const error = String(res.RetDesc || res.RetCode || res.Status)
|
|
|
return Promise.reject(msg ?? error)
|
|
|
}
|