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