From 1b108e8d7335d5a5a59dfcf2f4eeef034a53b9b8 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 06 九月 2024 12:33:06 +0800 Subject: [PATCH] 用户管理页角色问题和密码增加验证问题 --- Pda/View/login.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pda/View/login.html b/Pda/View/login.html index 837a106..2693d23 100644 --- a/Pda/View/login.html +++ b/Pda/View/login.html @@ -195,17 +195,17 @@ time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }); } else { - if(res.code==200){//鎴愬姛 + if(res.code==0){//鎴愬姛 layer.msg('鐧婚檰鎴愬姛', { icon: 1, time: 500 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }, function () { - $.cookie('token', res.ToKen.TokenStr); + $.cookie('token', res.data); //鍥炶皟 location.href="/View/index.html"; }); }else{//涓嶆垚鍔� - layer.msg(res.ErrorMsg, { + layer.msg(res.msg, { icon: 2, time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 }, function () { -- Gitblit v1.8.0