ソースを参照

Merge branch 'beta'

lsc 1 年間 前
コミット
ba1a0b8b9f
1 ファイル変更3 行追加3 行削除
  1. 3 3
      js/Desktop/DeskTop.js

+ 3 - 3
js/Desktop/DeskTop.js

@@ -607,7 +607,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
             { "Name": "AI共创", "Url": "AIChat", "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": "source", "style": { "cssText": "background-image:url(/img/icon/source.png)" } },
+            { "Name": "教资源", "Url": "source", "style": { "cssText": "background-image:url(/img/icon/source.png)" } },
         )
         _easyDesktopIconInfo.push(
             { "Name": "AI共创", "Url": "AIChat", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)", "width": '114px', 'height': '114px' } }
@@ -3236,7 +3236,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             break;
         case "source": 
             _formdiv = new U.UF.UI.form(
-                "教资源",
+                "教资源",
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/teacherSource?userid=" + _userid + "&oid=" + _oid + "&org=" + _org  + "&role=" + _role }), {
                 "id": "source",
                 "style": { "width": "80%", "height": "80%", "overflow": 'hidden' },
@@ -3244,7 +3244,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/source.png)" }, "name": "工作中心", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
+            _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/source.png)" }, "name": "教学资源", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
 
             break;
     }