Compare commits

..

No commits in common. "dce7fd9737b1104b2fe806772470020c545b3197" and "22ac496d7b6099ad696ed14a43930530aa35d3f0" 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',