|
@@ -4,7 +4,7 @@ const {PLATFORM} = env
|
|
|
|
|
|
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
|
// const url_all = { 'DEV': '/dev-api', 'BUILD': '' } // h5配置
|
|
// const url_all = { 'DEV': '/dev-api', 'BUILD': '' } // h5配置
|
|
|
-const url_all = { 'DEV': 'http://61.53.66.104:8011', 'BUILD': '' } // h5配置
|
|
|
|
|
|
|
+const url_all = { 'DEV': 'https://yhdd.dasongyuhe.com', 'BUILD': '' } // h5配置
|
|
|
let protocol = window.location.protocol;
|
|
let protocol = window.location.protocol;
|
|
|
if (protocol === "https:") {
|
|
if (protocol === "https:") {
|
|
|
protocol = "wss:";
|
|
protocol = "wss:";
|