设置 zTree 是否显示节点之间的连线。
默认值:true
true / false 分别表示 显示 / 不显示 连线
var setting = { view: { showLine: false } }; ......