From 37336922a1df99ac1636e398e12e64dedfba10e5 Mon Sep 17 00:00:00 2001
From: 15832144755 <67030627+15832144755@users.noreply.github.com>
Date: 星期四, 18 十一月 2021 16:15:16 +0800
Subject: [PATCH] 11.18完整39
---
src/main/webapp/hxzk/anchor/proximityConfiguration.jsp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/hxzk/anchor/proximityConfiguration.jsp b/src/main/webapp/hxzk/anchor/proximityConfiguration.jsp
index 6e853e9..af7b4cf 100644
--- a/src/main/webapp/hxzk/anchor/proximityConfiguration.jsp
+++ b/src/main/webapp/hxzk/anchor/proximityConfiguration.jsp
@@ -130,6 +130,13 @@
</div>
<!-- END CONTENT PART -->
</div>
+ <%
+ String username=(String)session.getAttribute("username");
+ if(username==null || username.equals("")){
+ request.getRequestDispatcher("/hxzk/login.jsp").forward(request,response);
+ return;
+ }
+ %>
<!-- END MAIN CONTAINER -->
<script>
var tableData_four= "";
--
Gitblit v1.10.0