From c3c98af7c44fc273d9383299a0e68a7e57651751 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Wed, 19 Jan 2022 06:50:45 +0800 Subject: [PATCH] feat:new --- src/pages/loginVerify/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index caefa55bb..075de4034 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -135,7 +135,7 @@ if (res.ok) { this.loginNew(res) } else { - if(res.code && res.code === 'r0011'){ + if(res.respCode && res.respCode === 'r0011'){ this.$message.warning('系统无权限访问') this.$store.dispatch('logout') // window.location.href = 'http://sso.foton.com.cn/logout?service='