Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-convertor-view
Commits
93c80a4f
Commit
93c80a4f
authored
May 12, 2020
by
baoshuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config
parent
a7c5777d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
amos.config.js
amos.config.js
+16
-7
No files found.
amos.config.js
View file @
93c80a4f
...
@@ -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
})();
})();
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment