|
@@ -2164,7 +2164,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
|
{ "Name": "CocoFlow", "Url": "appStore", "style": { "cssText": "background-image:url(/img/icon/appStore.png)" } },
|
|
|
{ "Name": "EDU", "Url": "EDU", "style": { "cssText": "background-image:url(/img/icon/EDU.png)" } },
|
|
|
{ "Name": "知识库", "Url": "knowledge", "style": { "cssText": "background-image:url(/img/icon/knowledge.png)" } },
|
|
|
- { "Name": "Sass", "Url": "sassPlatform", "style": { "cssText": "background-image:url(/img/icon/sassPlatform.png)" } },
|
|
|
+ { "Name": "Sass", "Url": "sassPlatform", "style": { "cssText": "background-image:url(/img/icon/sassPlatForm.png)" } },
|
|
|
)
|
|
|
}
|
|
|
|
|
@@ -7320,7 +7320,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
break;
|
|
|
case "sassPlatform":
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
- "Sass通用后台管理",
|
|
|
+ "Sass通用后台管理",
|
|
|
$$("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": US.Config.bpbl + "/pbl-teacher-table/dist/#/sassPlatform?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
|
|
|
"id": "sassPlatform",
|
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
@@ -7328,7 +7328,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function () { }
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/sassPlatform.png)" }, "name": "sassPlatform", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/sassPlatForm.png)" }, "name": "sassPlatform", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
break;
|
|
|
case "EDU":
|
|
|
_formdiv = new U.UF.UI.form(
|