黄琪勇 2 달 전
부모
커밋
7ce9627d92
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      dist/pptworker/pptJson.js

+ 4 - 1
dist/pptworker/pptJson.js

@@ -15307,7 +15307,10 @@
                            case 2:
                               return (
                                  (P = new L({
-                                    host: t.replace("https://", "").replace("/", "") || "",
+                                    // hqy
+                                    //host: t.replace("https://", "").replace("/", "") || "",
+                                    host: t || "",
+                                     // hqy
                                     token: r,
                                     timeout: 12e4,
                                     urlExistTimeout: 6e4,