Merge remote-tracking branch 'origin/master'

This commit is contained in:
haozq 2024-04-20 12:54:21 +08:00
commit 3e2891495f
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 });
}