|
@@ -1641,17 +1641,17 @@ U.MD.D.I.openApplicationJie = function (str) {
|
|
|
const script1 = document.createElement("script");
|
|
|
script1.type = "text/javascript";
|
|
|
script1.src =
|
|
|
- "https://pbl.cocorobo.cn/pbl-student-table/dist/jquery-3.6.0.min.js";
|
|
|
+ "https://pbl.cocorobo.cn/pbl-student-table/dist/js/jquery-3.6.0.min.js";
|
|
|
const script2 = document.createElement("script");
|
|
|
script2.type = "text/javascript";
|
|
|
script2.src =
|
|
|
- "https://pbl.cocorobo.cn/pbl-student-table/dist/aws-sdk-2.235.1.min.js";
|
|
|
+ "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/html2canvas.min.js";
|
|
|
+ script3.src = "https://html2canvas.hertzen.com/dist/js/html2canvas.min.js";
|
|
|
const script4 = document.createElement("script");
|
|
|
script4.type = "text/javascript";
|
|
|
- script4.src = "https://pbl.cocorobo.cn/pbl-student-table/dist/jietu.js";
|
|
|
+ script4.src = "https://pbl.cocorobo.cn/pbl-student-table/dist/js/jietu.js";
|
|
|
|
|
|
if (_iframe) {
|
|
|
_iframe.onload = () => {
|