|
@@ -399,6 +399,8 @@ export default {
|
|
if(this.allowOrgList.find(i=>i.id == this.org2)){
|
|
if(this.allowOrgList.find(i=>i.id == this.org2)){
|
|
let _list = this.allowOrgList.find(i=>i.id==this.org2).list;
|
|
let _list = this.allowOrgList.find(i=>i.id==this.org2).list;
|
|
if(!_list.includes(_uorg)){
|
|
if(!_list.includes(_uorg)){
|
|
|
|
+ this.wechatLogin()
|
|
|
|
+ console.log("不允许登录")
|
|
return this.$message.error("该组织/学校不允许登录");
|
|
return this.$message.error("该组织/学校不允许登录");
|
|
}
|
|
}
|
|
}
|
|
}
|