|
@@ -1149,12 +1149,21 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
|
|
|
|
}
|
|
|
|
|
|
+ //麒麟二中 和 民新小学
|
|
|
if (_oid == 'cf8841e8-c7c0-11ed-9546-005056b86db5' || _oid == "d67940a5-510c-40ea-9c9a-2631ab03013a") {
|
|
|
_teacherDesktopIconInfo.push(
|
|
|
{ "Name": "协同建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
)
|
|
|
}
|
|
|
|
|
|
+ //麒麟二中
|
|
|
+ if (_oid == 'cf8841e8-c7c0-11ed-9546-005056b86db5') {
|
|
|
+ _studentDesktopIconInfo.push(
|
|
|
+ { "Name": "协同建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
+ )
|
|
|
+ }
|
|
|
+
|
|
|
+ //万科双语
|
|
|
if (_oid == '1c3b9def-8fbe-11ed-b13d-005056b86db5') {
|
|
|
_studentDesktopIconInfo3 = _studentDesktopIconInfo3.filter((el) => {
|
|
|
if (el.Name == '项目管理') {
|
|
@@ -1162,7 +1171,9 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
|
}
|
|
|
return el
|
|
|
})
|
|
|
-
|
|
|
+ _studentDesktopIconInfo3.push(
|
|
|
+ { "Name": "协同建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
+ )
|
|
|
}
|
|
|
|
|
|
if (_oid != '45facc0a-1211-11ec-80ad-005056b86db5') {
|