This commit is contained in:
cwchen 2024-04-20 12:50:35 +08:00
parent 8fe66850c3
commit e6dbee958b
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ layui.config({
$("#voi-photo").niceScroll({ cursorborder: "", cursorcolor: "#c0c4cc", boxzoom: true });
$("#video-tree").niceScroll({ cursorborder: "", cursorcolor: "#c0c4cc", boxzoom: true });
dtree.on("node('video-tree')", function (obj) {
debugger
if (obj.param.level === '1') {
return parent.layer.msg('请选择球机', { icon: 7 });
}