|
|
@@ -344,7 +344,7 @@ export default { |
|
|
location.href=`${AppSubUrl}/authentication/wechat/bind` |
|
|
location.href=`${AppSubUrl}/authentication/wechat/bind` |
|
|
} |
|
|
} |
|
|
if(err.response.status===401){ |
|
|
if(err.response.status===401){ |
|
|
location.href=`${AppSubUrl}/user/login?redirect_to=${location.href}?type=login` |
|
|
|
|
|
|
|
|
location.href=`${AppSubUrl}/user/login?redirect_to=${location.origin}${location.pathname}?type=login` |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
this.btnStatus[index]=0 |
|
|
this.btnStatus[index]=0 |
|
|
|