Merge branch 'uat'
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-07-14 17:54:02 +08:00
+3
View File
@@ -118,6 +118,9 @@ service.interceptors.response.use(
if (res.IsSuccess) {
return Promise.resolve(res)
} else if (res.IsSuccess === false) {
if (res.Code === -4) {
return Promise.resolve(res)
}
if (res.Code !== 5) {
MessageBox.confirm(res.ErrorMessage, {
type: 'warning',