|
@@ -6486,7 +6486,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
case "testTeacherSies":
|
|
case "testTeacherSies":
|
|
_formdiv = new U.UF.UI.form(
|
|
_formdiv = new U.UF.UI.form(
|
|
"教师管理",
|
|
"教师管理",
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/test?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
|
|
|
|
+ $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;clipboard-write;clipboard-read", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/test?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
|
|
"id": "testTeacherSies",
|
|
"id": "testTeacherSies",
|
|
"style": { "width": "80%", "height": "80%", "overflow": 'hidden' },
|
|
"style": { "width": "80%", "height": "80%", "overflow": 'hidden' },
|
|
"onresize": function () { }
|
|
"onresize": function () { }
|