Commit d98ec680 by 王昆

gsb

parent 2ac18e55
......@@ -37,6 +37,9 @@ class UserCtl extends CtlBase {
}
loginUser = loginUser.data;
if(loginUser.uctype != 3) {
return system.getResult(null, "用户名或密码错误" + error.message);
}
var xggadminsid = await this.setLogin(loginUser);
let rs = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment