|
@@ -4,7 +4,7 @@ const {PLATFORM} = env
|
|
|
|
|
|
// #ifdef H5
|
|
|
// const url_all = { 'DEV': '/dev-api', 'BUILD': '' } // h5配置
|
|
|
-const url_all = { 'DEV': 'https://90.5000v.com', 'BUILD': '' } // h5配置
|
|
|
+const url_all = { 'DEV': 'http://47.110.52.61:8011', 'BUILD': '' } // h5配置
|
|
|
let protocol = window.location.protocol;
|
|
|
if (protocol === "https:") {
|
|
|
protocol = "wss:";
|
|
@@ -20,8 +20,8 @@ let url_all,ws_url_all
|
|
|
|
|
|
if (PLATFORM === "enterprises") {
|
|
|
// 企事业
|
|
|
- url_all = { 'DEV': 'https://90.5000v.com', 'BUILD': 'https://90.5000v.com' } // 非h5配置
|
|
|
- ws_url_all = { 'DEV': 'https://90.5000v.com', 'BUILD': 'https://90.5000v.com' } // 非h5配置
|
|
|
+ url_all = { 'DEV': 'http://47.110.52.61:8011', 'BUILD': 'http://47.110.52.61:8011' } // 非h5配置
|
|
|
+ ws_url_all = { 'DEV': 'http://47.110.52.61:8011', 'BUILD': 'http://47.110.52.61:8011' } // 非h5配置
|
|
|
}else if (PLATFORM === "sanitation") {
|
|
|
url_all = { 'DEV': 'http://tq.5000v.com:8025', 'BUILD': 'http://tq.5000v.com:8025' } // 非h5配置
|
|
|
ws_url_all = { 'DEV': 'http://tq.5000v.com:8025', 'BUILD': 'http://tq.5000v.com:8025' } // 非h5配置
|