lsc 1 year ago
parent
commit
92d2316097
1 changed files with 4 additions and 4 deletions
  1. 4 4
      js/Desktop/DeskTop.js

+ 4 - 4
js/Desktop/DeskTop.js

@@ -2938,7 +2938,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
         case "CocoPi": //CocoPi
         case "CocoPi": //CocoPi
             _formdiv = new U.UF.UI.form(
             _formdiv = new U.UF.UI.form(
                 "CocoPi",
                 "CocoPi",
-                $$("iframe", { "allow": "camera *; microphone *;display-capture;usb", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://v.cocorobo.cn" }), {
+                $$("iframe", { "allow": "camera *; microphone *;display-capture;usb", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pi.cocorobo.cn" }), {
                 "id": "CocoPi",
                 "id": "CocoPi",
                 "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                 "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                 "onresize": function () { }
                 "onresize": function () { }
@@ -6392,7 +6392,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
                     "style": {
                     "style": {
                         "cssText": "border:0;width:100%;height:100%"
                         "cssText": "border:0;width:100%;height:100%"
                     },
                     },
-                    "src": "https://beta.v.cocorobo.cn/"
+                    "src": "https://pi.cocorobo.cn/"
                 })
                 })
                 _box.appendChild(_iframe);
                 _box.appendChild(_iframe);
                 _box.appendChild(_jie);
                 _box.appendChild(_jie);
@@ -6660,7 +6660,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
                 "style": {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                     "cssText": "border:0;width:100%;height:100%"
                 },
                 },
-                "src": "https://beta.v.cocorobo.cn/"
+                "src": "https://pi.cocorobo.cn/"
             })
             })
             _box.appendChild(_iframe);
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
             _box.appendChild(_jie);
@@ -6796,7 +6796,7 @@ U.MD.D.I.openApplicationTeacherUpload = function (str, cid, stage, task, tool, s
                 "style": {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                     "cssText": "border:0;width:100%;height:100%"
                 },
                 },
-                "src": "https://beta.v.cocorobo.cn/"
+                "src": "https://pi.cocorobo.cn/"
             })
             })
             _box.appendChild(_iframe);
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
             _box.appendChild(_jie);