视频 geoserver地址 和 脚本加载优化
This commit is contained in:
4
env.js
4
env.js
@@ -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"
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user