lsc 1 year ago
parent
commit
2bec52a2ce
3 changed files with 8 additions and 8 deletions
  1. BIN
      img/icon/chjyj.jpg
  2. 3 3
      js/Desktop/DeskTop.js
  3. 5 5
      js/Desktop/Onload.js

BIN
img/icon/chjyj.jpg


+ 3 - 3
js/Desktop/DeskTop.js

@@ -1063,7 +1063,7 @@ U.MD.D.I.initDesktopIcons = function(el, type) {
             { "Name": "AI协同", "Url": "ainew", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)" } }, 
             { "Name": "工作管理", "Url": "studioCourse", "style": { "cssText": "background-image:url(/img/icon/studioCourse.png)" } }, 
             { "Name": "工作中心", "Url": "studioIndex", "style": { "cssText": "background-image:url(/img/icon/studioIndex.png)" } },
-            { "Name": "未来课", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } }
+            { "Name": "未来课", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } }
         )
     }
 
@@ -4166,7 +4166,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
             break;
         case "futureClass": //AI共创
             _formdiv = new U.UF.UI.form(
-                "未来课",
+                "未来课",
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cscl.cocorobo.cn" }), {
                     "id": "futureClass",
                     "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
@@ -4174,7 +4174,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/futureClass.png)" }, "name": "未来课", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
+            _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/futureClass.png)" }, "name": "未来课", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
 
             break;
         case "AIAnalyse": //AI共创

+ 5 - 5
js/Desktop/Onload.js

@@ -435,8 +435,8 @@ U.MD.D.getuser = function () {
                                         $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szjkyBg.png")'
                                         US.Config.background = 'url("/img/icon/szjkyBg.png")'
                                     } else if (res.value[0][0].org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
-                                        $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
-                                        US.Config.background = 'url("/img/icon/chjyjBg.png")'
+                                        $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.jpg")'
+                                        US.Config.background = 'url("/img/icon/chjyjBg.jpg")'
                                     }
                             
                                     
@@ -552,7 +552,7 @@ U.MD.D.getuser = function () {
             } else if (userInfo.org == '1973f6c7-1561-11ee-91d8-005056b86db5') {
                 $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szjkyBg.png")'
             } else if (userInfo.org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
-                $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
+                $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.jpg")'
             }
         }
     }
@@ -661,8 +661,8 @@ U.MD.D.getuser2 = function (userid, cid) {
             $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/szjkyBg.png")'
             US.Config.background = 'url("/img/icon/szjkyBg.png")'
         } else if (res.value[0][0].org == '2fa75e51-189a-11ee-91d8-005056b86db5') {
-            $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.png")'
-            US.Config.background = 'url("/img/icon/chjyjBg.png")'
+            $("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/chjyjBg.jpg")'
+            US.Config.background = 'url("/img/icon/chjyjBg.jpg")'
         }
 
         US.userInfo = res.value[0][0];