lsc 2 년 전
부모
커밋
a6482d5183
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      js/gm/DeskTop.js

+ 0 - 1
js/gm/DeskTop.js

@@ -785,7 +785,6 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
                 //     closecallback: function () { }
                 // }, { "style": { "height": "36px" } }).form; //创建窗体
                 // _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/learning.png)" }, "name": "学习中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
-                window.blur();setTimeout(window.focus(),0);
                 window.open("https://pbl.cocorobo.cn/pbl-student-table/dist/#/courseDetailGM?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&courseId=" + data + "&tType=" + tType + "&cid=" + _classId + "&screenType=" + screenType, "学习中心", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0,  resizable=0, location=0, status=no");
                 break;
             }