|
@@ -138,7 +138,7 @@ U.MD.D.I.GMteacherDeskIcon = [
|
|
|
// { "Name": "我的资料", "Url": "dataGM", "style": { "cssText": "background-image:url(/img/icon/gm/data.png)" } },
|
|
|
{ "Name": "素材库", "Url": "meterialGM", "style": { "cssText": "background-image:url(/img/icon/gm/material.png)" } },
|
|
|
// { "Name": "消息通知", "Url": "messageGM", "style": { "cssText": "background-image:url(/img/icon/gm/message.png)" } },
|
|
|
- { "Name": "案例征集", "Url": "gpbl", "style": { "cssText": "background-image:url(/img/icon/gm/gpbl.png)" } },
|
|
|
+ { "Name": "案例征集", "Url": "gpbl", "style": { "cssText": "background-image:url(/img/icon/gm/gpbl2.png)" } },
|
|
|
];
|
|
|
|
|
|
U.MD.D.I.GMorganizerDeskIcon = [
|
|
@@ -154,7 +154,7 @@ U.MD.D.I.GMorganizerDeskIcon = [
|
|
|
{ "Name": "素材库", "Url": "meterialGM", "style": { "cssText": "background-image:url(/img/icon/gm/material.png)" } },
|
|
|
{ "Name": "项目审核", "Url": "examineGM", "style": { "cssText": "background-image:url(/img/icon/gm/examine.png)" } },
|
|
|
// { "Name": "消息通知", "Url": "messageGM", "style": { "cssText": "background-image:url(/img/icon/gm/message.png)" } },
|
|
|
- { "Name": "案例征集", "Url": "gpbl", "style": { "cssText": "background-image:url(/img/icon/gm/gpbl.png)" } },
|
|
|
+ { "Name": "案例征集", "Url": "gpbl", "style": { "cssText": "background-image:url(/img/icon/gm/gpbl2.png)" } },
|
|
|
];
|
|
|
|
|
|
U.MD.D.I.GMstudentDeskIcon = [
|
|
@@ -2142,7 +2142,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
}, {
|
|
|
closecallback: function () { }
|
|
|
}, { "style": { "height": "36px" } }).form; //创建窗体
|
|
|
- _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/gpbl.png)" }, "name": "案例征集", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
+ _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/gm/gpbl2.png)" }, "name": "案例征集", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
|
|
|
|
|
|
|
|
|
// window.open("https://gdpbl.cocorobo.cn/#/login", "案例征集", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0, resizable=0, location=0, status=no");
|