From 8abbee975353926e51a426a75c67119337fbdae4 Mon Sep 17 00:00:00 2001
From: zhitong.yu <xynz17@163.com>
Date: 星期五, 27 十二月 2024 17:38:42 +0800
Subject: [PATCH] 通用版本V2.0  修复被检测漏洞

---
 src/main/webapp/HouTai/WeiLanList/WeiLanList.jsp |   31 ++++++++++++++++++-------------
 1 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/src/main/webapp/HouTai/WeiLanList/WeiLanList.jsp b/src/main/webapp/HouTai/WeiLanList/WeiLanList.jsp
index 7f876ff..f65d3c2 100644
--- a/src/main/webapp/HouTai/WeiLanList/WeiLanList.jsp
+++ b/src/main/webapp/HouTai/WeiLanList/WeiLanList.jsp
@@ -55,7 +55,16 @@
         </form>
     </div>
 </div>
+<div id="qrsc" style="display: none;border-radius: 15px;width: 20%;height: 15%;padding: 2%;position: fixed;top: 30%;bottom: 45%;z-index: 9999;right: 40%;left: 40%;background-color: #E9E7E7;box-shadow: black 1px 1px 1px">
+    <p style="width: 20%;height: 60%;display: inline-block;"><img src="Img/image.png" width="60"/></p>
+    <p style="width: 70%;display: inline-block" id="msgt">
 
+    </p>
+    <p style="display: inline-block;float: right">
+        <button class="layui-btn" onclick="QueSc()">纭</button>
+        <button class="layui-btn layui-btn-primary" style="float: right" onclick="QueQx()">鍙栨秷</button>
+    </p>
+</div>
 </body>
 <script type="text/html" id="titleTpl">
     <span>{{# if (d.zuobiao.length > 18) { }}{{ d.zuobiao.substring(0, 18) }}{{# } else { }}{{ d.zuobiao }}{{# } }}</span>
@@ -66,16 +75,7 @@
         <button class="layui-btn layui-btn-primary" id="btnShuaXin"   lay-event="getshuaxin">鍒锋柊</button>
         <input type="text" class="layui-input" id="seah" placeholder="璇疯緭鍏ュ洿鏍忓悕绉�" style="display: inline-block;width: 16%;height:38px;border-right: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;position: relative;top: 0.1vh;margin-left: 5%">
         <button class="layui-btn layui-btn-normal" id="btnSerach" lay-event="getsearch" style="border-bottom-right-radius: 8px;border-top-right-radius: 8px;">鎼滅储</button>
-        <button class="layui-btn layui-btn-warm" id="btnUpdate"  lay-event="getUpdate" style="">淇敼鎻愮ず璇�</button>
-    </div>
-</script>
-<script type="text/html" id="toolbarDemoEw">
-    <div>
-        <button class="layui-btn layui-btn-danger" id="btnDelete" style="" lay-event="getdelete">校写邪谢懈褌褜</button>
-        <button class="layui-btn layui-btn-primary" id="btnShuaXin"   lay-event="getshuaxin">袨斜薪芯胁懈褌褜</button>
-        <input type="text" class="layui-input" id="seah" placeholder="袙胁械写懈褌械 懈屑褟 蟹邪斜芯褉邪." style="display: inline-block;width: 200px;height:38px;border-right: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;position: relative;top: 0.1vh;margin-left: 5%">
-        <button class="layui-btn layui-btn-normal" id="btnSerach" lay-event="getsearch" style="border-bottom-right-radius: 8px;border-top-right-radius: 8px;position: relative;left: -0.5%">袩芯懈褋泻</button>
-        <button class="layui-btn layui-btn-warm" id="btnUpdate"  lay-event="getUpdate" style="">袠蟹屑械薪懈褌褜 锌芯写褋泻邪蟹泻褍</button>
+<%--        <button class="layui-btn layui-btn-warm" id="btnUpdate"  lay-event="getUpdate" style="">淇敼鎻愮ず璇�</button>--%>
     </div>
 </script>
 <script type="text/html" id="barDemotag">
@@ -89,6 +89,7 @@
 <script src="WeiLanListJs/WeiLanJs.js"></script>
 <script src="../Role/Role2.js"></script>
 <script>
+
     var ds = "username="+sessionStorage.getItem("username")
     $.get("/hxzkuwb/findUserRole",ds,function (data){
         if (data.udelete == "No"){
@@ -104,11 +105,15 @@
 <script src="../../JS/translate.js"></script>
 <script src="../Js/Ch-En-Delete-Refresh-Search-Update.js"></script>
 <script>
-    if (sessionStorage.getItem("YuYan") == "English"){
-        translate.execute();
-    }
+
     var languages;
     window.addEventListener('load', function() {
+        $.ajaxSetup({
+            headers: {
+                'x-access-token': localStorage.getItem("hxzkmars3d")
+            }
+        });
+
         $.ajax({
             url: "/hxzkuwb/FindSetting",
             type: "POST",

--
Gitblit v1.10.0