lsc 10 meses atrás
pai
commit
d2d55070e3
1 arquivos alterados com 13 adições e 11 exclusões
  1. 13 11
      js/Desktop/DeskTop.js

+ 13 - 11
js/Desktop/DeskTop.js

@@ -3925,7 +3925,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             case "whiteboard":
                 _formdiv = new U.UF.UI.form(
                     "电子白板",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://iwb.cocorobo.cn/" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.iwb.cocorobo.cn/" }), {
                     "id": "whiteboard",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -4126,7 +4126,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             case "whiteboard":
                 _formdiv = new U.UF.UI.form(
                     "电子白板",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://iwb.cocorobo.cn/" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.iwb.cocorobo.cn/" }), {
                     "id": "whiteboard",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -4423,7 +4423,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
 
                 _formdiv = new U.UF.UI.form(
                     "电子白板",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://iwb.cocorobo.cn/" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.iwb.cocorobo.cn/" }), {
                     "id": "whiteboard",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -4632,7 +4632,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
 
                 _formdiv = new U.UF.UI.form(
                     "电子白板",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://iwb.cocorobo.cn/" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://beta.iwb.cocorobo.cn/" }), {
                     "id": "whiteboard",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -5968,7 +5968,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
@@ -6278,6 +6278,8 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
             _iframe = _formdiv.querySelector('iframe')
             let onloadListener = _iframe.onload = () => {
                 alert(_box.offsetWidth)
+                alert(_iframe.offsetLeft)
+                alert(_iframe.contentWindow.document.body.innerHTML)
                 _iframe.contentWindow.document.body.appendChild(script1);
                 _iframe.contentWindow.document.body.appendChild(script2);
                 _iframe.contentWindow.document.body.appendChild(script4);
@@ -6431,7 +6433,7 @@ U.MD.D.I.openApplicationJieE = function (str, cid, stage, task, tool) {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
@@ -6893,7 +6895,7 @@ U.MD.D.I.openApplicationJieTeacher = function (str, cid, stage, task, tool, stud
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
@@ -7349,7 +7351,7 @@ U.MD.D.I.openApplicationJieTeacherE = function (str, cid, stage, task, tool, stu
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
@@ -7854,7 +7856,7 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
@@ -8159,7 +8161,7 @@ U.MD.D.I.openApplicationJieStudio = function (str, cid, stage, task, tool) {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
@@ -8464,7 +8466,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "https://iwb.cocorobo.cn/"
+                "src": "https://beta.iwb.cocorobo.cn/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);