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