Commit 00f651bc authored by 李苏's avatar 李苏 💬

logout=>Logout

parent a30ea2ad
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
/* 总体扫描封装 */ /* 总体扫描封装 */
function csfk_csfk(t){ function csfk_csfk(t){
let that=t let that=t
if(that.xlh=="logout") if(that.xlh.toLowerCase()=="logout")
{ {
csfk_wrz(that,"即将退出系统") csfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
/* new整体封装 */ /* new整体封装 */
function zpfk_zpfk(t){ function zpfk_zpfk(t){
let that=t let that=t
if(that.xlh=="logout") if(that.xlh.toLowerCase()=="logout")
{ {
zpfk_wrz(that,"即将退出系统") zpfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
/* 总体扫描封装 */ /* 总体扫描封装 */
function jyfk_jyfk(t){ function jyfk_jyfk(t){
let that=t let that=t
if(that.xlh=="logout") if(that.xlh.toLowerCase()=="logout")
{ {
jyfk_wrz(that,"即将退出系统") jyfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
/* 总体扫描封装 */ /* 总体扫描封装 */
function wxfk_wxfk(t){ function wxfk_wxfk(t){
let that=t let that=t
if(that.xlh=="logout") if(that.xlh.toLowerCase()=="logout")
{ {
wxfk_wrz(that,"即将退出系统") wxfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
/* 总体扫描封装 */ /* 总体扫描封装 */
function gzfk_gzfk(t){ function gzfk_gzfk(t){
let that=t let that=t
if(that.xlh=="logout") if(that.xlh.toLowerCase()=="logout")
{ {
gzfk_wrz(that,"即将退出系统") gzfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
......
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
/* new整体封装 */ /* new整体封装 */
function jgfk_jgfk(t){ function jgfk_jgfk(t){
let that=t let that=t
if(that.xlh=="logout") if(that.xlh.toLowerCase()=="logout")
{ {
jgfk_wrz(that,"即将退出系统") jgfk_wrz(that,"即将退出系统")
localStorage.clear(); localStorage.clear();
......
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