修改配置
This commit is contained in:
parent
fcdcd9c804
commit
0bc0b8b007
|
@ -12,11 +12,11 @@ let iotWebSocketAlarmBaseUrl = ''
|
|||
let BaseUrl = ''
|
||||
|
||||
// 手动配置的地址
|
||||
var iotHost="192.168.10.241:32024"; // 海创iot 平台 host
|
||||
var iotHost="192.168.10.241:30646"; // 海创iot 平台 host
|
||||
// var hrefHost = window.location.host;
|
||||
// let httpProtocol = window.location.protocol;
|
||||
var hrefHost = '192.168.18.139';
|
||||
let httpProtocol = 'http';
|
||||
let httpProtocol = 'http:';
|
||||
|
||||
|
||||
if (env.NODE_ENV == 'development') {
|
||||
|
|
Loading…
Reference in New Issue