From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 28 二月 2025 11:06:36 +0800
Subject: [PATCH] 修改客户需求

---
 HTML/views/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HTML/views/index.html b/HTML/views/index.html
index 8238ecd..2e9a9a5 100644
--- a/HTML/views/index.html
+++ b/HTML/views/index.html
@@ -53,7 +53,7 @@
 								</cite>
 							</a>
 							<dl class="layui-nav-child">
-								<!-- <dd><a lay-href="set/user/info.html">鍩烘湰璧勬枡</a></dd> -->
+								<!--  <dd><a lay-href="set/user/info.html">鍩烘湰璧勬枡</a></dd>-->
 								<dd><a lay-href="set/user/password.html" id="changePassword">淇敼瀵嗙爜</a></dd>
 								<hr>
 								<dd><a href="Login.html">閫�鍑�</a></dd>
@@ -139,7 +139,7 @@
 
 				var lastTime = new Date().getTime();
 				var currentTime = new Date().getTime();
-				var timeOut = 1*5*1000;
+				var timeOut = 20*60*1000;
 				$(function () {
 					$(document).mouseover(function () {
 						lastTime = new Date().getTime();

--
Gitblit v1.8.0