1
2
3
4
//右键菜单的启用与否
function toggleContextMenuDisplay(bol) {
    _viewer.toggleContextMenuDisplay(bol);
}