视频 geoserver地址 和 脚本加载优化

This commit is contained in:
mmc
2026-05-22 09:32:36 +08:00
parent 021d3cf384
commit 0d5fa89150
9 changed files with 25 additions and 12 deletions

4
env.js
View File

@@ -12,12 +12,14 @@ const envConfig = {
baseURL: 'http://192.168.2.59:8081',//http://192.168.2.56:8081
//baseURL: 'http://1.95.137.212:59015',//http://192.168.2.56:8081
WS_URL: 'ws://192.168.2.59:9002/ws/',
geoserver_url: "http://192.168.2.59:7000/geoserver"
},
[ENV.PROD]: {
//baseURL: 'https://pvcloudservice.satabot.com',
baseURL: 'http://1.95.137.212:59015',//http://192.168.2.56:8081
//baseURL: 'https://serviceri.satabot.com',
WS_URL: 'ws://1.95.137.212:59017/ws/'
WS_URL: 'ws://1.95.137.212:59017/ws/',
geoserver_url: "http://1.95.137.212:59018/geoserver"
},
};