Commit 2b04ecf3 authored by 秦垚玲's avatar 秦垚玲

fix:退出

parent 4912a321
...@@ -624,7 +624,7 @@ function gotoTouSuZhiNan() { ...@@ -624,7 +624,7 @@ function gotoTouSuZhiNan() {
<a class="headBtn_a headMore" id="moreBtn">更多<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"/></a> <a class="headBtn_a headMore" id="moreBtn">更多<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"/></a>
<span class="headBtn_a headLogout" id="logout" onclick="onLogout()">退出</span> <span class="headBtn_a headLogout" id="logout" >退出</span>
</div> </div>
<div style="float: right;"> <div style="float: right;">
...@@ -5635,7 +5635,7 @@ function gotoTouSuZhiNan() { ...@@ -5635,7 +5635,7 @@ function gotoTouSuZhiNan() {
</div> </div>
</div> </div>
<!-- 退出登录 --> <!-- 退出登录 -->
<form name="jhform" id="jhform" METHOD="POST" action="./login.html" target="frame_main"> <!-- <form name="jhform" id="jhform" METHOD="POST" action="./login.html" target="frame_main""> -->
<span id="AA"></span> <span id="AA"></span>
<input TYPE="hidden" NAME="SKEY" id="SKEY" VALUE="O5KBoO"> <input TYPE="hidden" NAME="SKEY" id="SKEY" VALUE="O5KBoO">
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801"> <input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
...@@ -5796,6 +5796,9 @@ function gotoTouSuZhiNan() { ...@@ -5796,6 +5796,9 @@ function gotoTouSuZhiNan() {
<script src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/js7/jsencrypt.js?v=20260424" type="text/javascript"></script> <script src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/js7/jsencrypt.js?v=20260424" type="text/javascript"></script>
<script type="text/javascript"> <script type="text/javascript">
document.getElementById("logout").addEventListener('click', function() {
window.location.href = './login.html';
});
var IS_UDC_INEACT_DATA_CACHED = false; var IS_UDC_INEACT_DATA_CACHED = false;
...@@ -7294,10 +7297,6 @@ function searchAcc(){ ...@@ -7294,10 +7297,6 @@ function searchAcc(){
} }
} }
function onLogout(){
console.log("退出===========")
window.location.href = './login.html';
};
function dzhdcx(item, totalPage, pageJump) { function dzhdcx(item, totalPage, pageJump) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment