From 093982c9eb38fa51944975b0864d23e0f2942654 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 21 八月 2025 10:36:42 +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