|
@@ -781,6 +781,7 @@ U.MD.D.I.hkaceteacherDeskIcon = [
|
|
|
{ "Name": "AI助手+", "Url": "aigpt", "style": { "cssText": "background-image:url(/img/icon/aigpt.png)" } },
|
|
|
{ "Name": "课堂观察", "Url": "classroomObservation", "style": { "cssText": "background-image:url(/img/icon/classroomObservation.png)" } },
|
|
|
{ "Name": "学生PBL", "Url": "pblCourse", "style": { "cssText": "background-image:url(/img/icon/pblCourse.png)" } },
|
|
|
+ { "Name": "CocoFlow", "Url": "appStore", "style": { "cssText": "background-image:url(/img/icon/appStore.png)" } },
|
|
|
];
|
|
|
|
|
|
//hk
|
|
@@ -7722,7 +7723,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
"密码修改",
|
|
|
$$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "","frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://invitelogin.cocorobo.cn/#/changePswd?userid=" + _userid }), {
|
|
|
"id": "updatePaDialog",
|
|
|
- "style": { "width": "490px", "height": "600px", "overflow": 'hidden' },
|
|
|
+ "style": { "width": "450px", "height": "610px", "overflow": 'hidden' },
|
|
|
"onresize": function () { },
|
|
|
isclose: false,
|
|
|
}, {
|