From d9a0b7a278e76f9738f8eeb05ce13a4ef8e5cbcf Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 31 七月 2025 14:49:50 +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 4d9e1c8..1525e4d 100644
--- a/src/main/webapp/views/index.html
+++ b/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");
--
Gitblit v1.9.1