Commit 9c30d1df authored by 徐建明's avatar 徐建明

更新

parent 62f910f4
......@@ -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',
}
}
};
......
......@@ -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({
......
......@@ -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({
......
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