Commit d7176dc7 authored by 高东东's avatar 高东东

注释掉日志打印错误

parent 38698795
...@@ -46,7 +46,7 @@ class RuleTree extends Component { ...@@ -46,7 +46,7 @@ class RuleTree extends Component {
} }
onExpand = (expandedKeys) => { onExpand = (expandedKeys) => {
console.log('onExpand', arguments); // console.log('onExpand', arguments);
// if not set autoExpandParent to false, if children expanded, parent can not collapse. // if not set autoExpandParent to false, if children expanded, parent can not collapse.
// or, you can remove all expanded children keys. // or, you can remove all expanded children keys.
this.setState({ this.setState({
......
...@@ -50,7 +50,7 @@ class TopoTree extends Component { ...@@ -50,7 +50,7 @@ class TopoTree extends Component {
} }
onExpand = (expandedKeys) => { onExpand = (expandedKeys) => {
console.log('onExpand', arguments); // console.log('onExpand', arguments);
// if not set autoExpandParent to false, if children expanded, parent can not collapse. // if not set autoExpandParent to false, if children expanded, parent can not collapse.
// or, you can remove all expanded children keys. // or, you can remove all expanded children keys.
this.setState({ this.setState({
......
...@@ -51,7 +51,7 @@ class TopoTree extends Component { ...@@ -51,7 +51,7 @@ class TopoTree extends Component {
} }
onExpand = (expandedKeys) => { onExpand = (expandedKeys) => {
console.log('onExpand', arguments); // console.log('onExpand', arguments);
// if not set autoExpandParent to false, if children expanded, parent can not collapse. // if not set autoExpandParent to false, if children expanded, parent can not collapse.
// or, you can remove all expanded children keys. // or, you can remove all expanded children keys.
this.setState({ this.setState({
......
...@@ -61,7 +61,7 @@ if (__ENV__ === 'development'){ ...@@ -61,7 +61,7 @@ if (__ENV__ === 'development'){
defaultConfig.devServer.proxy = { defaultConfig.devServer.proxy = {
'/baseURI': { '/baseURI': {
// target: 'http://172.16.10.70:10005/', // target: 'http://172.16.10.70:10005/',
target: 'http://172.16.3.3:10005/', target: 'http://172.16.10.56:10005/',
pathRewrite: { '^/baseURI': '' } pathRewrite: { '^/baseURI': '' }
} }
}; };
......
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