lanjianrong 3 years ago
parent
commit
4a5812eeda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/global.js

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

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