Commit 93c80a4f authored by baoshuang's avatar baoshuang

config

parent a7c5777d
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
Amos.config = { Amos.config = {
// 普通http // 普通http
httpURI: { httpURI: {
// baseURI: 'http://172.16.3.41:8083/', // baseURI: 'http://172.16.3.122:8083/',//ss
baseURI: 'http://172.16.3.122:8083/', baseURI: 'http://172.16.11.36:10005/',
//patrolURI: 'http://172.16.10.91:8082/', //patrolURI: 'http://172.16.10.91:8082/',
// 安全模块api地址 // 安全模块api地址
securityBaseURI: 'http://172.16.10.72:10005/', securityBaseURI: 'http://172.16.10.72:10005/',
...@@ -16,9 +16,13 @@ ...@@ -16,9 +16,13 @@
// 监控视图 url // 监控视图 url
//view3dURI: 'http://172.16.10.91:9000/', //view3dURI: 'http://172.16.10.91:9000/',
// plugin uri // 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 // 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 地址 // websocket 地址
wsURI: { wsURI: {
...@@ -31,11 +35,12 @@ ...@@ -31,11 +35,12 @@
}, },
// 外部链接地址 // 外部链接地址
outterURI: { outterURI: {
xunjian: 'http://172.16.10.91:3001/outter?isSub=true&user={userId}&token={token}&orgCode={orgCode}', xunjian: 'http://172.16.10.91:3001/outter?isSub=true&user={userId}&token={token}&orgCode={orgCode}',
// 管控模型 // 管控模型
mgtCtrlModel: 'http://172.16.10.91:8080', 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 @@ ...@@ -43,7 +48,8 @@
needHeartBeat: true, needHeartBeat: true,
//是否自动打开业务屏,true是,false否 //是否自动打开业务屏,true是,false否
isAutoOpenBussiness: true, isAutoOpenBussiness: true,
//是否全景监控显示ue4
is3dUe4: false
}, },
//三维模型配置 //三维模型配置
...@@ -126,4 +132,7 @@ ...@@ -126,4 +132,7 @@
window.useNative = true; window.useNative = true;
window.BizPermissionType = 25; //业务屏菜单权限类型 window.BizPermissionType = 25; //业务屏菜单权限类型
window.V3DpermissionType = 26; //3D屏菜单权限类型 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