浏览代码

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();