Merge branch 'develop' into FOTON
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.loginNew(res)
|
this.loginNew(res)
|
||||||
} else {
|
} else {
|
||||||
if(res.code && res.code === 'r0011'){
|
if(res.respCode && res.respCode === 'r0011'){
|
||||||
this.$message.warning('系统无权限访问')
|
this.$message.warning('系统无权限访问')
|
||||||
this.$store.dispatch('logout')
|
this.$store.dispatch('logout')
|
||||||
// window.location.href = 'http://sso.foton.com.cn/logout?service='
|
// window.location.href = 'http://sso.foton.com.cn/logout?service='
|
||||||
|
|||||||
Reference in New Issue
Block a user