@@ -1,6 +1,6 @@
export default {
- serverAddress: 'http://115.238.57.190:8010',
- // serverAddress: 'http://121.36.134.218:8010',
+ // serverAddress: 'http://115.238.57.190:8010',
+ serverAddress: 'http://121.36.134.218:8010',
timeout:50000,
method:'POST',
clientid:1,//客户端编号
@@ -8,7 +8,6 @@
<el-tree
:data="dataTree"
node-key="id"
- default-expand-all
:expand-on-click-node="false"
:props="defaultProps"
>
@@ -248,11 +247,11 @@ export default {
#header {
margin-bottom: 15px;
}
- #section {
- .hint {
- color: rgb(240, 34, 34);
- }
+ // #section {
+ // /deep/ .el-tree-node__expand-icon {
+ // color: #f00;
+ // }
.custom-tree-node {