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

logout=>Logout

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