You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
路径 方法 get参数 post参数 是否需要登录 备注
/ GET 无 无 否 渲染首页
/regeister get 渲染注册页面
/regeister post email、nickname、password 处理注册请求
/login GET 渲染登录页面
/login POST emial、password 处理登录请求
/logout GET 处理退出请求