|
@@ -262,10 +262,10 @@ export default {
|
|
|
.get(this.$store.state.api + "findUsername", params)
|
|
|
.then((res) => {
|
|
|
if (res.data[0].length > 0) {
|
|
|
- if (res.data[0][0].type == 0) {
|
|
|
- this.$message.error("此账号已被屏蔽登录,请咨询管理员");
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (res.data[0][0].type == 0) {
|
|
|
+ // this.$message.error("此账号已被屏蔽登录,请咨询管理员");
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
this.isU = res.data[0][0].type;
|
|
|
this.login();
|
|
|
} else {
|
|
@@ -316,6 +316,8 @@ export default {
|
|
|
this.$router.push("/anliList1");
|
|
|
} else if (isU == 3) {
|
|
|
this.$router.push("/anliList2");
|
|
|
+ } else if (isU == 0) {
|
|
|
+ this.$router.push("/eventCenter?steps=" + "1");
|
|
|
}
|
|
|
// console.log(_this.$store.state);
|
|
|
} else {
|