lsc 1 年之前
父節點
當前提交
4c15b9c8a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -6595,7 +6595,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
                 setTimeout(() => {
                     _iframe.contentWindow.window.document.body.removeChild(_div)
                 }, 1000);
-            }, [], { "type": "GET", "withCredentials": true });
+            }, [], { "type": "POST", "withCredentials": true });
         }
     }
 }