Commit 2163a174 by 王昆

gsb

parent 13933f1e
......@@ -42,7 +42,8 @@ class UserCtl extends CtlBase {
this.buildMenu(loginUser);
var xggadminsid = await this.setLogin(loginUser);
return system.getResultSuccess(xggadminsid);
return system.getResultSuccess({key: xggadminsid, menus: loginUser.menus});
} catch (error) {
console.log(error);
return system.getResultFail(500, "接口异常:" + error.message);
......
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