Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-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-station-module-view
Commits
9c30d1df
Commit
9c30d1df
authored
May 22, 2020
by
徐建明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
62f910f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
amos.config.js
amos.config.js
+3
-1
AreaLeftTree.js
.../3dviewConvertor/view/moduleEditComponent/AreaLeftTree.js
+1
-1
PointLeftTree.js
...3dviewConvertor/view/moduleEditComponent/PointLeftTree.js
+1
-1
No files found.
amos.config.js
View file @
9c30d1df
...
...
@@ -12,7 +12,9 @@
// 根url
// baseURI: 'http://172.16.11.30:9008/',
baseURI
:
'http://172.16.3.122:8083/'
,
// convertorURI: 'http://172.16.3.122:8083/',
convertorURI
:
'http://172.16.3.122:8083/'
,
patrolURI
:
'http://172.16.3.122:8082/'
,
rulesConfigURI
:
'http://172.16.10.91:8080/'
,
// plugin URI
pluginURI
:
'http://172.16.11.40:8099/'
,
...
...
@@ -45,7 +47,7 @@
delayTime
:
10
// 屏保出现时间(单位:秒) 10s
},
//三维模型配置 yinan 沂南站 shm 上海庙站 sn 苏南 hainan 海南站
view3dFile
:
'/mods/components/3dviewConvertor/threeres/models/shm/index.json'
,
view3dFile
:
'/mods/components/3dviewConvertor/threeres/models/shm/index
_dev
.json'
,
}
}
};
...
...
mods/components/3dviewConvertor/view/moduleEditComponent/AreaLeftTree.js
View file @
9c30d1df
...
...
@@ -62,7 +62,7 @@ class AreaLeftTree extends Component {
}
onExpand
=
(
expandedKeys
)
=>
{
console
.
log
(
'onExpand'
,
arguments
);
//
console.log('onExpand', arguments);
// if not set autoExpandParent to false, if children expanded, parent can not collapse.
// or, you can remove all expanded children keys.
this
.
setState
({
...
...
mods/components/3dviewConvertor/view/moduleEditComponent/PointLeftTree.js
View file @
9c30d1df
...
...
@@ -63,7 +63,7 @@ class PointLeftTree extends Component {
}
onExpand
=
(
expandedKeys
)
=>
{
console
.
log
(
'onExpand'
,
arguments
);
//
console.log('onExpand', arguments);
// if not set autoExpandParent to false, if children expanded, parent can not collapse.
// or, you can remove all expanded children keys.
this
.
setState
({
...
...
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