root 2 years ago
parent
commit
dd8fc8d74a
2 changed files with 21 additions and 2 deletions
  1. 19 0
      js/Common/html2canvas.min.js
  2. 2 2
      js/Desktop/DeskTop.js

File diff suppressed because it is too large
+ 19 - 0
js/Common/html2canvas.min.js


+ 2 - 2
js/Desktop/DeskTop.js

@@ -2087,7 +2087,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
         "https://pbl.cocorobo.cn/pbl-student-table/dist/js/aws-sdk-2.235.1.min.js";
     const script3 = document.createElement("script");
     script3.type = "text/javascript";
-    script3.src = "https://html2canvas.hertzen.com/dist/";
+    script3.src = "https://cloud.cocorobo.cn/js/Common/html2canvas.min.js";
     const script4 = document.createElement("script");
     script4.type = "text/javascript";
     script4.src = "https://pbl.cocorobo.cn/pbl-student-table/dist/js/jietu2.js";
@@ -2125,7 +2125,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
                 // 'console.log(' + _loading + ');\n' +
                 'var _js = document.createElement("script");\n' +
                 '_js.type="text/javascript";\n' +
-                '_js.src="https://html2canvas.hertzen.com/dist/html2canvas.min.js";\n' +
+                '_js.src="https://cloud.cocorobo.cn/js/Common/html2canvas.min.js";\n' +
                 "_js.onload = function(){\n" +
                 ' var a = document.getElementsByTagName("img")\n' +
                 ' for(var i = 0;i<a.length;i++){a[i].crossOrigin="anonymous"}\n' +

Some files were not shown because too many files changed in this diff