Skip to content

RuoYi-Vue-FastAPI 1.4.0

Choose a tag to compare

@insistence insistence released this 29 Sep 02:43
· 114 commits to master since this release
f014bcf

项目依赖

后端

1.更新fastapi版本为0.115.0,pip install fastapi[all]==0.115.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

代码重构

1.基于fastapi 0.115.0版本新特性,直接使用pydantic模型接收查询参数和表单数据,移除原有as_query和as_form使用方式。

BUG修复

1.修复角色管理service书写错误。

代码优化

1.优化前端登录请求方法。

Full Changelog: v1.3.3...v1.4.0