11wqe1 3 週間 前
コミット
8183d3159e
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/login/loginPage.vue

+ 2 - 2
src/views/login/loginPage.vue

@@ -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