Commit Graph

349 Commits

Author SHA1 Message Date
insistence
e275cbdaee chore: 升级版本至1.3.0 2024-07-16 15:23:25 +08:00
insistence
5742582073 chore: 调整vue版本以适应部分模块 2024-07-16 15:21:52 +08:00
insistence
eab51c0355 perf: 优化API文档字段描述显示 2024-07-16 15:19:36 +08:00
insistence
6734df119a perf: 优化用户管理模块部分接口逻辑 2024-07-16 15:15:43 +08:00
insistence
42269f78c3 chore: 使用PyJWT替换python-jose以解决一些安全性问题 2024-07-16 09:40:56 +08:00
insistence
93d7ecb1ee chore: 更新依赖至最新版本 2024-07-16 09:39:24 +08:00
insistence
70e1b7a078 refactor: 重构RedisInitKeyConfig为枚举类型 2024-07-16 08:52:49 +08:00
insistence
e359471361 perf: 对数据权限sql去重 2024-07-16 08:13:11 +08:00
insistence
7df6616e54 refactor: 重构数据权限逻辑 2024-07-15 21:31:01 +08:00
insistence
2263897111 perf: 优化部分ids字符串分割写法 2024-07-15 21:24:17 +08:00
insistence
d1b6db4769 feat: 菜单管理新增路由名称 2024-07-15 15:46:20 +08:00
insistence
a001ff8099 fix: 修复重复的getList 2024-07-15 14:59:33 +08:00
insistence
ee625ea3ed style: 优化代码 2024-07-15 14:57:58 +08:00
insistence
3cf31828e0 perf: cron生成的表达式hour优化 2024-07-15 14:37:40 +08:00
insistence
bcf7467308 perf: 优化部分ids进行字符串分割后的校验 2024-07-15 14:21:05 +08:00
insistence
997a3068ac fix: 修复升级element-plus后el-radio使用label过期的问题 2024-07-15 11:38:29 +08:00
insistence
753403b0f8 fix: 修复check_role_data_scope_services参数类型不匹配的问题 2024-07-15 11:37:28 +08:00
insistence
1d4fb2cdb2 fix: 修复validate_second_or_minute参数丢失的问题 2024-07-15 11:36:34 +08:00
insistence
82ce4f00f5 refactor: 重构日志装饰器为Log 2024-07-15 10:39:52 +08:00
insistence
068503d275 feat: 新增CronUtil工具类 2024-07-15 08:49:15 +08:00
insistence
c39375b776 perf: 优化定时任务模块service层及异常处理 2024-07-14 22:37:35 +08:00
insistence
4669d6b29b chore: 调整ServiceException的日志级别 2024-07-13 18:16:55 +08:00
insistence
e3b422cc6e style: 优化部分文件中的函数及类注释 2024-07-13 18:15:35 +08:00
insistence
c23a3ccfaf style: 使用ruff格式化app.py,优化导入 2024-07-12 11:36:06 +08:00
insistence
5d8b177a12 style: 使用ruff格式化server.py,优化导入 2024-07-12 11:35:58 +08:00
insistence
5dd6513706 style: 使用ruff格式化aspect模块,优化导入 2024-07-12 11:31:10 +08:00
insistence
bdb1a67d44 style: 使用ruff格式化annotation模块,优化导入 2024-07-12 11:29:15 +08:00
insistence
7af22e97ad style: 使用ruff格式化sub_applications模块,优化导入 2024-07-12 11:23:46 +08:00
insistence
fea346413c style: 使用ruff格式化module_task模块,优化导入 2024-07-12 11:23:01 +08:00
insistence
44af38612c style: 使用ruff格式化middlewares模块,优化导入 2024-07-12 11:22:23 +08:00
insistence
13cfc60782 style: 使用ruff格式化exceptions模块,优化导入 2024-07-12 11:21:37 +08:00
insistence
9b40c05e64 style: 使用ruff格式化config模块,优化导入 2024-07-12 11:19:07 +08:00
insistence
ed9ad54b46 style: 使用ruff格式化utils模块,优化导入 2024-07-12 11:13:01 +08:00
insistence
380693c66d style: 使用ruff格式化验证码模块,优化导入 2024-07-12 11:06:57 +08:00
insistence
91e31cfbf7 style: 使用ruff格式化服务监控模块,优化导入 2024-07-12 11:04:40 +08:00
insistence
371fed69df style: 使用ruff格式化缓存监控及列表模块,优化导入 2024-07-12 10:59:41 +08:00
insistence
f41ee26067 style: 使用ruff格式化通用模块,优化导入 2024-07-12 10:56:26 +08:00
insistence
749fe85cad style: 使用ruff格式化参数配置模块,优化导入 2024-07-12 10:51:34 +08:00
insistence
eb29d616d1 style: 使用ruff格式化部门管理模块,优化导入 2024-07-12 10:45:10 +08:00
insistence
eac920fcae style: 使用ruff格式化字典管理模块,优化导入 2024-07-12 10:38:36 +08:00
insistence
659163d662 style: 使用ruff格式化定时任务模块,优化导入 2024-07-12 10:28:28 +08:00
insistence
ccb9e2a314 style: 使用ruff格式化日志管理模块,优化导入 2024-07-12 10:13:34 +08:00
insistence
5891ec1930 style: 使用ruff格式化菜单管理模块,优化导入 2024-07-12 09:59:12 +08:00
insistence
2c86992cac style: 使用ruff格式化通知公告管理模块,优化导入 2024-07-12 09:50:10 +08:00
insistence
6d0d772749 style: 使用ruff格式化在线用户模块,优化导入 2024-07-12 09:43:36 +08:00
insistence
ca86c5ffb7 style: 使用ruff格式化岗位管理模块,优化导入 2024-07-12 09:38:56 +08:00
insistence
e80a44c43a style: 使用ruff格式化用户管理模块do层,优化导入 2024-07-12 09:36:08 +08:00
insistence
4a7c9367d4 style: 使用ruff格式化角色管理模块,优化导入 2024-07-12 09:35:55 +08:00
insistence
bd242c95f7 style: 使用ruff格式化登录模块,优化导入 2024-07-12 09:35:26 +08:00
insistence
40a8c73461 style: 使用ruff格式化用户管理模块,优化导入 2024-07-11 22:24:58 +08:00