Browse Source

课程设计

lsc 2 years ago
parent
commit
4e05fab020
1 changed files with 7 additions and 0 deletions
  1. 7 0
      js/Desktop/DeskTop.js

+ 7 - 0
js/Desktop/DeskTop.js

@@ -2025,6 +2025,13 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
                 // _iframe.contentWindow.document.body.appendChild(script3);
                 _iframe.contentWindow.document.body.appendChild(script4);
             })
+        } else if (str == 'courseDesign') {
+            U.UF.DL.iframeLoad(_iframe, function () {
+                // _iframe.contentWindow.U.MD.O.W.load();
+                // _iframe.contentWindow.document.body.appendChild(script1);
+                _iframe.contentWindow.document.body.appendChild(script2);
+                _iframe.contentWindow.document.body.appendChild(script4);
+            })
         } else {
             _iframe.onload = () => {
                 _iframe.contentWindow.document.body.appendChild(script1);