lsc 2 年之前
父節點
當前提交
8471aca7ca
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      js/Desktop/DeskTop.js

+ 13 - 0
js/Desktop/DeskTop.js

@@ -1846,6 +1846,19 @@ U.MD.D.I.openApplication = function(str, obj, info) {
                     }, { "style": { "height": "36px" } }).form; //创建窗体
                 _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/courseDesign.png)" }, "name": "课程设计", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
                 break;
+            case "demoIndex":
+                    _formdiv = new U.UF.UI.form(
+                        "学习中心",
+                        $$("iframe", { "allow": "display-capture","frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&tType=" + _type + "&cid=" + _classId + "&screenType=" + _SscreenType }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
+                        "id": "studentStudy",
+                        "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
+                        "onresize": function () { }
+                    }, {
+                        closecallback: function () { }
+                    }, { "style": { "height": "36px" } }).form; //创建窗体
+                    _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/study.png)" }, "name": "学习中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
+                    break;
+    
         }
     } else if (!_type) {
         switch (str) {