|
@@ -1099,8 +1099,13 @@ U.MD.D.I.initDesktopIcons = function(el, type) {
|
|
|
|
|
|
if (_org == 'c95e0a56-c205-11ed-8d51-005056b86db5') {
|
|
|
_teacherDesktopIconInfo.push(
|
|
|
+ { "Name": "知识建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
{ "Name": "数据看板", "Url": "dataBoard", "style": { "cssText": "background-image:url(/img/icon/dataBoard.png)" } },
|
|
|
)
|
|
|
+ _studentDesktopIconInfo.push(
|
|
|
+ { "Name": "知识建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
+ )
|
|
|
+
|
|
|
}
|
|
|
|
|
|
if (_oid == '1c3b9def-8fbe-11ed-b13d-005056b86db5') {
|