|
@@ -1336,7 +1336,10 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
|
|
|
})
|
|
|
}
|
|
|
if ((_oid == '45facc0a-1211-11ec-80ad-005056b86db5' || _org == 'c95e0a56-c205-11ed-8d51-005056b86db5' || _oid == "16d397f3-b192-11ed-9211-005056b86db5" || _org == "0fec3a8a-ad04-11ed-b13d-005056b86db5") && _type == 2) {
|
|
|
- _studentDesktopIconInfo.push({ "Name": "我的评价", "Url": "myReport", "style": { "cssText": "background-image:url(/img/icon/evaluation.png)" } },)
|
|
|
+ _studentDesktopIconInfo.push(
|
|
|
+ { "Name": "我的评价", "Url": "myReport", "style": { "cssText": "background-image:url(/img/icon/evaluation.png)" } },
|
|
|
+ { "Name": "学生评价", "Url": "studentEvaluate", "style": { "cssText": "background-image:url(/img/icon/evaluation.png)" } },
|
|
|
+ )
|
|
|
}
|
|
|
//循环创建桌面图标
|
|
|
if (type == 1) {
|