guonan
2025-04-18 b4c175393c4000a1e86a2655362a22444b9e65a9
1
2
3
4
5
6
7
8
9
10
11
12
13
 
 
 
const mapDataUrl = "http://localhost:18055/北京地质灾害研究所项目";
// 像素流配置
const defaultStreamUrl = "ws://localhost:88"
 
 
window.ps = {
  emitMessage: function (message) { 
    // console.log("emitMessage", message)
  }
}