lsc 1 year ago
parent
commit
d0031107e2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      js/Desktop/DeskTop.js

+ 2 - 0
js/Desktop/DeskTop.js

@@ -2952,6 +2952,8 @@ window.addEventListener('message', function (e) { // 监听 message 事件
             gid: e.data.gid || '',
         }
         U.MD.D.I.openInApplication("opencCscl", _data)
+    } else if (e.data.tools && e.data.tools == "openDataBoardTest") {
+        U.MD.D.I.openApplication("dataBoardTest")
     }
 });