仪表盘
版本库
文件存储
活动
搜索
登录
王亚伟
/
NslWeb
分支自
NslWeb
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
change
wangjuncheng
2025-04-18
40ed539aa6208839459dfc65dcef25418e302bc0
[~wangyawei/NslWeb.git]
/
public
/
js
/
config.js
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)
}
}