#
Junjie
2025-08-02 2c1e3b7b10c0d4afbf09a9151e132f1ee85b9c6f
src/main/webapp/views/index.html
@@ -38,6 +38,9 @@
        if(id == 'admin') {
            window.open('./admin/index.html')
            return
        }else if (id == "shuttle") {
            window.open('./shuttleNew.html')
            return
        }
        $('.nav-select').attr("class", "nav-unselect");
        $('#'+id).attr("class", "nav-select");