소스 검색

test: 测试批量下载报错

lanjianrong 3 년 전
부모
커밋
566c255311
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/public/js/global.js

+ 1 - 0
app/public/js/global.js

@@ -401,6 +401,7 @@ const postCompressFile = function (url, data, successCallback, errorCallBack) {
           }
       },
       error: function(jqXHR, textStatus, errorThrown){
+          console.log(textStatus, errorThrown);
           toastr.error('error: ' + textStatus + " " + errorThrown);
           if (errorCallBack) {
               errorCallBack();