From 43543a593c647a536c5520e44dad24c787811455 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期五, 10 十月 2025 10:25:25 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/index.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index ad86ad1..b4d18cf 100644
--- a/src/main/webapp/views/index.html
+++ b/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");

--
Gitblit v1.9.1