@@ -217,7 +217,7 @@
login(account, password, code, uuid, userType).then(res => {
if(res.code == 200){
if(res.data.userType != 3){
- this.text = "* 该账号非院级大屏账号,无权登录本系统.";
+ this.text = "* 非院级大屏账号,无权登录本系统.";
this.loading = false;
this.getCode();
}else{