소스 검색

错误消息返回

msgroup 4 년 전
부모
커밋
ed635b5051
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/main/webapp/static/plugins/ms/1.0.0/ms.http.js

+ 4 - 0
src/main/webapp/static/plugins/ms/1.0.0/ms.http.js

@@ -48,11 +48,15 @@
                     msg = "账号被锁定!";
                 } else if (error.response.status == 500) {
                     msg = "服务器异常";
+
                 } else if (error.response.status == 501) {
                     msg = "您的操作被取消或不允许提交";
                 } else if (error.response.status == 423) {
                     msg = "服务器正在开小差....";
                 }
+                if(error.response.data && error.response.data.msg) {
+                    msg = error.response.data.msg;
+                }
                 if (msg) {
                     var tempVue = document.createElement('div');
                     tempVue.id = "tempVue";