|
@@ -1,17 +0,0 @@
|
|
|
-// api 请求路径
|
|
|
-var PLATFROM_CONFIG = {};
|
|
|
-//PLATFROM_CONFIG.baseUrl = "http://smartpark.caih.com/af"
|
|
|
-PLATFROM_CONFIG.baseUrl = "http://172.16.120.104:8082"
|
|
|
- //PLATFROM_CONFIG.baseUrl = "http://localhost:8082"
|
|
|
- //PLATFROM_CONFIG.baseUrl = 'http://10.21.39.1:8082'
|
|
|
- //alarming WEBSOCKET
|
|
|
-let userInfo = window.localStorage.getItem("key");
|
|
|
-var PLATFROM_WEBSOCKET = {};
|
|
|
-PLATFROM_WEBSOCKET.wsUrl = `ws://10.21.39.1:8080/afws/uskyWS?${userInfo}`
|
|
|
- // PLATFROM_WEBSOCKET.wsUrl = `ws://172.16.120.246:8081/uskyWS?${userInfo}`
|
|
|
-
|
|
|
-
|
|
|
-//iframe 请求路径
|
|
|
-//http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9 初始路径http://172.16.120.246:9000/
|
|
|
-var PLATFROM_IFRAME = {};
|
|
|
-PLATFROM_IFRAME.iframeUrl = `http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9`
|