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/anchor/anchorConfiguration.jsp | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/hxzk/anchor/anchorConfiguration.jsp b/src/main/webapp/hxzk/anchor/anchorConfiguration.jsp
index 3044479..38b77bc 100644
--- a/src/main/webapp/hxzk/anchor/anchorConfiguration.jsp
+++ b/src/main/webapp/hxzk/anchor/anchorConfiguration.jsp
@@ -6,7 +6,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 rel="icon" type="image/x-icon" href="/hxzkoa/hxzk/assets/img/favicon.ico"/>
<link href="/hxzkoa/hxzk/assets/css/loader.css" rel="stylesheet" type="text/css" />
<script src="/hxzkoa/hxzk/assets/js/loader.js"></script>
@@ -216,7 +216,13 @@
</div>
<!-- END MAIN CONTAINER -->
-
+ <%
+ String username=(String)session.getAttribute("username");
+ if(username==null || username.equals("")){
+ request.getRequestDispatcher("/hxzk/login.jsp").forward(request,response);
+ return;
+ }
+ %>
<!-- BEGIN FUNCTION SCRIPTS -->
<script type="text/javascript">
var readconfig;
@@ -732,8 +738,8 @@
},
dataType : "json",
success:function(data){
- title = data[0].title
- document.title = title;
+ /* title = data[0].title
+ document.title = title; */
},
});
});
--
Gitblit v1.10.0