wangjuncheng
2025-04-16 f9d236e3f5a0e073dd5816b4be1858205fc1b2c7
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)
  }
}