Authored by 王涛
... ... @@ -3178,7 +3178,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
var $content = $(`#${targetId}`).clone();
$content.find('[lay-tips]').removeAttr('lay-tips');
detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
detailTips = layer.tips($content.removeClass('hide').prop("outerHTML"), that,{id: 'base-info-tips', area:[w, 'auto'],time:0, tips: [direction], tipsMore: true});
window.detailTips = detailTips;
});
// ,function () {
... ...
... ... @@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat
},
height: 'auto',
data(){
return [{name:"root",value:"root",disabled: true,children:listData}]
return [{name: "root", value: "root", children: listData}]
}
})
... ...
... ... @@ -12,7 +12,7 @@ server:
key-store-password: Hg0801..
key-password: Hg0801..
url:
gateway: http://192.168.0.41:8080
gateway: http://127.0.0.1:8080
inspection_web: http://127.0.0.1:8082
assetsweb: http://127.0.0.1:8082
mxgraph_editor: http://127.0.0.1:8085
... ...