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

注释掉日志打印错误

parent 38698795
......@@ -46,7 +46,7 @@ class RuleTree 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({
......
......@@ -50,7 +50,7 @@ class TopoTree 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({
......
......@@ -51,7 +51,7 @@ class TopoTree 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({
......
......@@ -61,7 +61,7 @@ if (__ENV__ === 'development'){
defaultConfig.devServer.proxy = {
'/baseURI': {
// target: 'http://172.16.10.70:10005/',
target: 'http://172.16.3.3:10005/',
target: 'http://172.16.10.56:10005/',
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