|
@@ -2938,7 +2938,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
case "CocoPi": //CocoPi
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"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",
|
|
|
"style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function () { }
|
|
@@ -6392,7 +6392,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
|
|
|
"style": {
|
|
|
"cssText": "border:0;width:100%;height:100%"
|
|
|
},
|
|
|
- "src": "https://beta.v.cocorobo.cn/"
|
|
|
+ "src": "https://pi.cocorobo.cn/"
|
|
|
})
|
|
|
_box.appendChild(_iframe);
|
|
|
_box.appendChild(_jie);
|
|
@@ -6660,7 +6660,7 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
|
|
|
"style": {
|
|
|
"cssText": "border:0;width:100%;height:100%"
|
|
|
},
|
|
|
- "src": "https://beta.v.cocorobo.cn/"
|
|
|
+ "src": "https://pi.cocorobo.cn/"
|
|
|
})
|
|
|
_box.appendChild(_iframe);
|
|
|
_box.appendChild(_jie);
|
|
@@ -6796,7 +6796,7 @@ U.MD.D.I.openApplicationTeacherUpload = function (str, cid, stage, task, tool, s
|
|
|
"style": {
|
|
|
"cssText": "border:0;width:100%;height:100%"
|
|
|
},
|
|
|
- "src": "https://beta.v.cocorobo.cn/"
|
|
|
+ "src": "https://pi.cocorobo.cn/"
|
|
|
})
|
|
|
_box.appendChild(_iframe);
|
|
|
_box.appendChild(_jie);
|