You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
503 B
9 lines
503 B
var config = (function(global){
|
|
global.apigateway = 'http://192.168.3.118'; // 设置通过API网关访问
|
|
//global.resourceUrl = 'http://192.168.3.118'; // 媒体文件资源
|
|
global.iotCenterUrl = 'http://192.168.3.118/IoTCenter'; // IoT服务API
|
|
global.hubUrl = 'http://192.168.3.118/IoTCenter/hub?group=page'; // 设备WebSocket访问地址
|
|
global.liverUrl = 'http://192.168.3.118'; // 流媒体服务器地址
|
|
return global;
|
|
})(window.config||{});
|
|
console.log('config init'); |