Compare commits

..

No commits in common. "767be63febb2b4de516a6d4f697690c0324fc9e1" and "b0fcf378352d227fb82a7794aadb3f618ad393f9" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -118,9 +118,6 @@ 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',