lsc 1 year ago
parent
commit
e2d48b42b8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -2674,7 +2674,7 @@ U.MD.D.I.openInApplication = function(str, data, screenType, tType) {
                             _formdiv = new U.UF.UI.form(
                                 "协同建构",
                                 $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cscl.cocorobo.cn?cid="+  data.cid + "&gid=" + data.gid }), {
-                                    "id": "opencCscl",
+                                    "id": "futureClass",
                                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                                     "onresize": function() {}
                                 }, {
@@ -4279,7 +4279,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
             _formdiv = new U.UF.UI.form(
                 "协同建构",
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/synergyCourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {//https://cscl.cocorobo.cn
-                    "id": "futureClass",
+                    "id": "synergyCourse",
                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                     "onresize": function() {}
                 }, {