lsc 2 năm trước cách đây
mục cha
commit
0e1b39dc9c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -1629,7 +1629,7 @@ window.addEventListener('message', function (e) { // 监听 message 事件
     }  else if (e.data.tools && e.data.tools == "1E") {
         U.MD.D.I.openApplicationJieE("whiteboard", e.data.cid, e.data.stage, e.data.task, e.data.tool)
     } else if (e.data.tools && e.data.tools == "3E") {
-        U.MD.D.I.openApplicationJie("mind", e.data.cid, e.data.stage, e.data.task, e.data.tool)
+        U.MD.D.I.openApplicationJieE("mind", e.data.cid, e.data.stage, e.data.task, e.data.tool)
     }
 
 });