给页面移除角色类型的参数

This commit is contained in:
季圣华
2023-11-18 21:41:50 +08:00
parent e2a818321e
commit 7f3cf92c6d
39 changed files with 16 additions and 56 deletions

View File

@@ -248,7 +248,6 @@
let err = {};
if(res.data.msgTip == 'user can login'){
Vue.ls.set('winBtnStrList', res.data.userBtn, 7 * 24 * 60 * 60 * 1000);
Vue.ls.set('roleType', res.data.roleType, 7 * 24 * 60 * 60 * 1000);
this.loginSuccess(res)
} else if(res.data.msgTip == 'user is not exist'){
err.message = '用户不存在';