From 3516f02277035cdc7ff137422709b16efe97ca4a Mon Sep 17 00:00:00 2001
From: 15832144755 <67030627+15832144755@users.noreply.github.com>
Date: 星期五, 27 八月 2021 11:27:21 +0800
Subject: [PATCH] 8.27

---
 src/main/webapp/hxzk/label/labelManagement.jsp |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/hxzk/label/labelManagement.jsp b/src/main/webapp/hxzk/label/labelManagement.jsp
index 0bbab2b..e4e0f51 100644
--- a/src/main/webapp/hxzk/label/labelManagement.jsp
+++ b/src/main/webapp/hxzk/label/labelManagement.jsp
@@ -7,7 +7,7 @@
 				<meta charset="utf-8">
 				<meta http-equiv="X-UA-Compatible" content="IE=edge">
 				<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
-				<title></title>
+				<title>鏍囩绠$悊</title>
 				<link href="/hxzkoa/hxzk/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
 				<link href="/hxzkoa/hxzk/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
 				<link href="/hxzkoa/hxzk/assets/css/components/custom-modal.css" rel="stylesheet" type="text/css" />
@@ -642,7 +642,13 @@
 					<% String superuser=(String)session.getAttribute("superuser"); String
 						deleteq=(String)session.getAttribute("deleteq"); String
 						alertq=(String)session.getAttribute("alertq"); String
-						deleteall=(String)session.getAttribute("deleteall"); %>
+						deleteall=(String)session.getAttribute("deleteall");
+						String username=(String)session.getAttribute("username");
+						if(username==null || username.equals("")){
+						request.getRequestDispatcher("/hxzk/login.jsp").forward(request,response);
+						return;
+						}
+						%>
 						<input type="hidden" name="superuser" id="superuser" value="<%=superuser%>">
 						<input type="hidden" name="deleteq" id="deleteq" value="<%=deleteq%>">
 						<input type="hidden" name="alertq" id="alertq" value="<%=alertq%>">
@@ -651,7 +657,7 @@
 						<script>
 							// 椤甸潰鍒濆鍖�
 							$(document).ready(function () {
-								App.init(); $.ajax({ async: false, type: "POST", url: "/hxzkoa/getSysSetting_list.do", data: {}, dataType: "json", success: function (data) { title = data[0].title; document.title = title; }, });
+								App.init(); $.ajax({ async: false, type: "POST", url: "/hxzkoa/getSysSetting_list.do", data: {}, dataType: "json", success: function (data) {/*  title = data[0].title; document.title = title;  */}, });
 								$("#page_1").addClass("active");
 								var superuser = document.getElementById("superuser").value;
 								var deleteq = document.getElementById("deleteq").value;
@@ -1028,6 +1034,7 @@
 							});
 							// 瀵煎叆鏍囩
 							$(document).ready(function () {
+								return false;
 								var resultList = $("#resultList").val();
 								//console.log(resultList)	
 								if (resultList == '1') {

--
Gitblit v1.10.0