作者 yangfu

登录修改

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