#
Junjie
2025-09-17 8a1f312d9f7842bb02c97b200e017926f0af63a5
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");