From cd3e6b41c728e66fc77c3f9ced2696acf6de2172 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Wed, 16 Mar 2022 18:02:23 +0800 Subject: [PATCH] commit --- src/pages/loginVerify/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/loginVerify/index.vue b/src/pages/loginVerify/index.vue index 075de4034..1641eea10 100644 --- a/src/pages/loginVerify/index.vue +++ b/src/pages/loginVerify/index.vue @@ -138,8 +138,15 @@ if(res.respCode && res.respCode === 'r0011'){ this.$message.warning('系统无权限访问') this.$store.dispatch('logout') + this.$alert('您没有系统访问权限,请联系管理员进行授权', '提示', { + confirmButtonText: '确定', + type: 'warning', + showClose: false, + showCancelButton: false, + }).then(() => { + window.location.href = ssoLogoutUrlDev + }) // window.location.href = 'http://sso.foton.com.cn/logout?service=' - window.location.href = ssoLogoutUrlDev } } })