作者 yangfu

登录修改

... ... @@ -313,7 +313,7 @@ func (svr AuthService) OrgSwitch(switchOrgCommand *command.SwitchOrgCommand) (in
var res = map[string]interface{}{
"user": user,
"accessMenus": resultMenu.Menus,
"token": token["token"],
"access": token["token"],
}
return res, nil
}
... ...