lsc 1 year ago
parent
commit
9075b5a323
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -2476,7 +2476,7 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openInApplication("dataClass", _data)
         U.MD.D.I.openInApplication("dataClass", _data)
     } else if (e.data.tools && e.data.tools == "opencCscl") {
     } else if (e.data.tools && e.data.tools == "opencCscl") {
         let _data = {
         let _data = {
-            classid:e.data.cid || '',
+            cid:e.data.cid || '',
         }
         }
         U.MD.D.I.openInApplication("opencCscl", _data)
         U.MD.D.I.openInApplication("opencCscl", _data)
     }
     }