|
@@ -2413,7 +2413,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
case "studentCourse": //学生项目 学生
|
|
case "studentCourse": //学生项目 学生
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
_org == "150e3120-9195-11ed-b13d-005056b86db5" ? "师生项目" : "学生项目",
|
|
_org == "150e3120-9195-11ed-b13d-005056b86db5" ? "师生项目" : "学生项目",
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/studentCourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
|
|
|
+ $$("iframe", { "allow": "camera *; microphone *;display-capture", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/studentCourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
"id": "studentCourse",
|
|
"id": "studentCourse",
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
"onresize": function () { }
|
|
"onresize": function () { }
|
|
@@ -2425,7 +2425,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
case "studentCourseS": //学生项目 老师
|
|
case "studentCourseS": //学生项目 老师
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
_org == "150e3120-9195-11ed-b13d-005056b86db5" ? "师生项目" : "学生项目",
|
|
_org == "150e3120-9195-11ed-b13d-005056b86db5" ? "师生项目" : "学生项目",
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/scourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
|
|
|
|
+ $$("iframe", { "allow": "camera *; microphone *;display-capture", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/scourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
"id": "studentCourseS",
|
|
"id": "studentCourseS",
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
"onresize": function () { }
|
|
"onresize": function () { }
|