Browse Source

update----hk

lsc 11 months ago
parent
commit
219738413a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -1489,7 +1489,7 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
         )
     }
 
-    if (_oid == '5f6c97eb-4778-11ed-8c78-005056b86db5') {//松坪
+    if (_oid == '5f6c97eb-4778-11ed-8c78-005056b86db5') {//松坪
         _teacherDesktopIconInfo.push(
             { "Name": "AI助手+", "Url": "aigpt", "style": { "cssText": "background-image:url(/img/icon/aigpt.png)" } },
         )
@@ -5477,7 +5477,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 break;
         case "classroomObservation":
             _formdiv = new U.UF.UI.form(
-                "课堂观察",
+                "課堂觀察",
                 $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "","frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/classroomObservation?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
                 "id": "classroomObservation",
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },