禁止注册和添加admin用户

This commit is contained in:
季圣华
2019-04-13 20:21:36 +08:00
parent 40fc728e58
commit 491e44b0b2
4 changed files with 117 additions and 95 deletions

View File

@@ -75,7 +75,7 @@
if (res && res.code === 200) {
alert("注册成功!");
} else {
alert("注册失败!");
alert(res.msg);
}
},
//此处添加错误处理