#
zjj
2025-09-23 15b5002fd412a5d33be5d5c6deb63b3d02c77c41
src/main/webapp/views/index.html
@@ -42,6 +42,9 @@
        }else if (id == "shuttle") {
            window.open('./shuttleNew.html')
            return
        }else if (id == "lift") {
            window.open('./lift.html')
            return
        }
        $('.nav-select').attr("class", "nav-unselect");
        $('#'+id).attr("class", "nav-select");