Commit 93c80a4f authored by baoshuang's avatar baoshuang

config

parent a7c5777d
......@@ -7,8 +7,8 @@
Amos.config = {
// 普通http
httpURI: {
// baseURI: 'http://172.16.3.41:8083/',
baseURI: 'http://172.16.3.122:8083/',
// baseURI: 'http://172.16.3.122:8083/',//ss
baseURI: 'http://172.16.11.36:10005/',
//patrolURI: 'http://172.16.10.91:8082/',
// 安全模块api地址
securityBaseURI: 'http://172.16.10.72:10005/',
......@@ -16,9 +16,13 @@
// 监控视图 url
//view3dURI: 'http://172.16.10.91:9000/',
// plugin uri
pluginURI: 'http://172.16.3.70:8989/',
// pluginURI: 'http://172.16.3.70:8989/',//ss
pluginURI: 'http://172.16.10.91:8091/',
// webstudio uri
studioURI: 'http://172.16.3.89:8099/'
// studioURI: 'http://172.16.3.89:8099/',//ss
studioURI: 'http://172.16.10.91:8091/',
//设计器数据绑定
dataBindUrl: 'http://172.16.10.91:8083/api/visual/common/dataBind'
},
// websocket 地址
wsURI: {
......@@ -35,7 +39,8 @@
// 管控模型
mgtCtrlModel: 'http://172.16.10.91:8080',
prePlan: 'http://172.16.10.91:3004'
prePlan: 'http://172.16.10.91:3004',
ue4URI: 'http://172.16.3.69:8089'
},
// 系统配置信息 主要是为了区分各子系统
......@@ -43,7 +48,8 @@
needHeartBeat: true,
//是否自动打开业务屏,true是,false否
isAutoOpenBussiness: true,
//是否全景监控显示ue4
is3dUe4: false
},
//三维模型配置
......@@ -126,4 +132,7 @@
window.useNative = true;
window.BizPermissionType = 25; //业务屏菜单权限类型
window.V3DpermissionType = 26; //3D屏菜单权限类型
window.appKey = 'CONVERTER_STATION';
window.product = 'CONVERTER_STATION_WEB';
window.dutyType = 'normal'; //normal/bank
})();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment