|
@@ -629,6 +629,12 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
|
})
|
|
|
|
|
|
}
|
|
|
+ if (_oid == '4c686762-1d0a-11ed-8c78-005056b86db5') {
|
|
|
+ _teacherDesktopIconInfo.push(
|
|
|
+ { "Name": "工作管理", "Url": "studioCourse", "style": { "cssText": "background-image:url(/img/icon/studioCourse.png)" } },
|
|
|
+ { "Name": "工作中心", "Url": "studioIndex", "style": { "cssText": "background-image:url(/img/icon/studioIndex.png)" } },
|
|
|
+ )
|
|
|
+ }
|
|
|
if (_oid != '4c686762-1d0a-11ed-8c78-005056b86db5' && _oid != '45facc0a-1211-11ec-80ad-005056b86db5') {
|
|
|
_teacherDesktopIconInfo = _teacherDesktopIconInfo.filter((el) => {
|
|
|
return el.Name != '魔盒识字' && el.Name != '24点'
|