|
@@ -1542,7 +1542,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
)
|
|
)
|
|
_easyDesktopIconInfo.push({ "Name": "AI共创", "Url": "AIChat", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)", "width": '114px', 'height': '114px' } })
|
|
_easyDesktopIconInfo.push({ "Name": "AI共创", "Url": "AIChat", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)", "width": '114px', 'height': '114px' } })
|
|
}
|
|
}
|
|
- if (_oid == '45facc0a-1211-11ec-80ad-005056b86db5') {
|
|
|
|
|
|
+ if (_oid == '45facc0a-1211-11ec-80ad-005056b86db5' || _org == '0fec3a8a-ad04-11ed-b13d-005056b86db5') {
|
|
_teacherDesktopIconInfo.push(
|
|
_teacherDesktopIconInfo.push(
|
|
// { "Name": "chatPDF", "Url": "chatPDF", "style": { "cssText": "background-image:url(/img/icon/chatPDF.png)" } },
|
|
// { "Name": "chatPDF", "Url": "chatPDF", "style": { "cssText": "background-image:url(/img/icon/chatPDF.png)" } },
|
|
{ "Name": "学习分析", "Url": "learnAna", "style": { "cssText": "background-image:url(/img/icon/learnAna.png)" } },
|
|
{ "Name": "学习分析", "Url": "learnAna", "style": { "cssText": "background-image:url(/img/icon/learnAna.png)" } },
|
|
@@ -2943,7 +2943,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
for (i = 0; i < _teacherDesktopIconInfo.length; i++) {
|
|
for (i = 0; i < _teacherDesktopIconInfo.length; i++) {
|
|
- if(_role === 0 && _teacherDesktopIconInfo[i].Url == 'testTeacher'){
|
|
|
|
|
|
+ if(_role === 0 && _teacherDesktopIconInfo[i].Url == 'testTeacher' && _oid != '45facc0a-1211-11ec-80ad-005056b86db5'){
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
_content = $$("div", {
|
|
_content = $$("div", {
|