|
@@ -828,8 +828,8 @@ export default {
|
|
|
this.OrgOptions.find((i) => i.Uorg == this.org).id
|
|
|
)
|
|
|
) {
|
|
|
- this.wechatLogin();
|
|
|
this.$message.error("账号不可登录,请使用您的专属网址");
|
|
|
+ this.wechatLogin();
|
|
|
await loginOut();
|
|
|
await this.logout();
|
|
|
return
|
|
@@ -843,8 +843,8 @@ export default {
|
|
|
this.OrgOptions.find((i) => i.Uorg == this.org).id
|
|
|
)
|
|
|
) {
|
|
|
- this.wechatLogin();
|
|
|
this.$message.error("账号不可登录,请使用您的专属网址");
|
|
|
+ this.wechatLogin();
|
|
|
await loginOut();
|
|
|
await this.logout();
|
|
|
return
|