diff --git a/README.md b/README.md index 274d769a..cb1c3ee2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

logo

-

RuoYi v3.8.9

+

RuoYi v3.9.0

基于SpringBoot+Vue前后端分离的Java快速开发框架

- +

diff --git a/doc/若依环境使用手册.docx b/doc/若依环境使用手册.docx index 9e4daef4..19d2fc3d 100644 Binary files a/doc/若依环境使用手册.docx and b/doc/若依环境使用手册.docx differ diff --git a/pom.xml b/pom.xml index 1dc9cb60..0290aea7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.ruoyi ruoyi - 3.8.9 + 3.9.0 ruoyi http://www.ruoyi.vip 若依管理系统 - 3.8.9 + 3.9.0 UTF-8 UTF-8 1.8 diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 34a40e84..434b5f07 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.9 + 3.9.0 4.0.0 jar diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index e70ea3e1..8fb70df7 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ ruoyi: # 名称 name: RuoYi # 版本 - version: 3.8.9 + version: 3.9.0 # 版权年份 copyrightYear: 2025 # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index b0dddd96..6e6b9880 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.9 + 3.9.0 4.0.0 diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index d8d6d88d..ae1c59c3 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.9 + 3.9.0 4.0.0 diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index 9dd41f99..03139929 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.9 + 3.9.0 4.0.0 diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index a07542ab..4806634a 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.9 + 3.9.0 4.0.0 diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index 19652939..ba8b1a8b 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.9 + 3.9.0 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 77996abf..5df0cedf 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.8.9", + "version": "3.9.0", "description": "若依管理系统", "author": "若依", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 397346f1..c9dc76de 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -111,6 +111,42 @@ 更新日志 + +
    +
  1. 优化菜单搜索查询页
  2. +
  3. 导航栏显示昵称&设置
  4. +
  5. 菜单管理新增路由名称
  6. +
  7. 添加底部版权信息&开关
  8. +
  9. 分配角色禁用不允许勾选
  10. +
  11. Excel导入导出支持多图片
  12. +
  13. 添加页签图标显示开关功能
  14. +
  15. 上传组件新增拖动排序属性
  16. +
  17. 显隐列组件支持全选/全不选
  18. +
  19. 初始密码支持自定义修改策略
  20. +
  21. 账号密码支持自定义更新周期
  22. +
  23. 代码生成列表支持按时间排序
  24. +
  25. 支持富文本复制粘贴图片上传至url
  26. +
  27. 支持文件&图片组件自定义地址&参数
  28. +
  29. 升级tomcat到最新版本9.0.105
  30. +
  31. 升级oshi到最新版本6.8.1
  32. +
  33. 升级fastjson到最新版2.0.57
  34. +
  35. 升级commons.io到最新版本2.19.0
  36. +
  37. package.json移除runjs依赖
  38. +
  39. package.json移除eslint依赖
  40. +
  41. package.json移除vue-meta依赖
  42. +
  43. 修复代码生成主子表校验必填失效问题
  44. +
  45. 优化前端树结构性能问题
  46. +
  47. 优化前端处理路由函数代码
  48. +
  49. 优化文件上传组件新增类型
  50. +
  51. 优化顶部菜单搜索栏为多层级显示
  52. +
  53. 优化文件&图片上传组件新增disabled属性
  54. +
  55. 优化空指针异常时无法获取错误信息问题
  56. +
  57. 优化定时任务字符包含多个括号导致数据错误
  58. +
  59. 优化登录&注册页表头使用VUE_APP_TITLE配置值
  60. +
  61. 优化导出Excel日期格式双击离开后与设定的格式不一致问题
  62. +
  63. 其他细节优化
  64. +
+
  1. 用户管理支持分栏拖动
  2. @@ -1023,7 +1059,7 @@ export default { data() { return { // 版本号 - version: "3.8.9" + version: "3.9.0" } }, methods: {