修改配置

This commit is contained in:
0000792 2022-07-26 11:14:32 +08:00
parent fcdcd9c804
commit 0bc0b8b007
1 changed files with 2 additions and 2 deletions

View File

@ -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') {