From 36b900cef881d267b4f7d96b887df0bac9f8e29e Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 8 Dec 2023 09:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E4=BE=9D=203.8.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +- pom.xml | 4 +- ruoyi-admin/pom.xml | 2 +- .../src/main/resources/application.yml | 2 +- ruoyi-common/pom.xml | 2 +- ruoyi-framework/pom.xml | 2 +- ruoyi-generator/pom.xml | 2 +- ruoyi-quartz/pom.xml | 2 +- ruoyi-system/pom.xml | 2 +- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 45 ++++++++++++++++++- 11 files changed, 56 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ffc8e0b..927a49a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

logo

-

RuoYi v3.8.6

+

RuoYi v3.8.7

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

- +

diff --git a/pom.xml b/pom.xml index aaf0686..91a7a4b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.ruoyi ruoyi - 3.8.6 + 3.8.7 ruoyi http://www.ruoyi.vip 若依管理系统 - 3.8.6 + 3.8.7 UTF-8 UTF-8 1.8 diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index dfc4510..e6c6712 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.6 + 3.8.7 4.0.0 jar diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index d1096f1..f7125af 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.6 + version: 3.8.7 # 版权年份 copyrightYear: 2023 # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 35e34b7..38326a1 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.6 + 3.8.7 4.0.0 diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index 90e2918..0bcd7d0 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.6 + 3.8.7 4.0.0 diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index cea4f67..83fde2f 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.6 + 3.8.7 4.0.0 diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index b1c7b3e..80279a8 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.6 + 3.8.7 4.0.0 diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index c5940f7..2ae39ab 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.8.6 + 3.8.7 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 07b236f..5b534d9 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.8.6", + "version": "3.8.7", "description": "若依管理系统", "author": "若依", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index c1ae10e..8b04afd 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -146,6 +146,49 @@ 更新日志 + +
    +
  1. 操作日志记录部门名称
  2. +
  3. 全局数据存储用户编号
  4. +
  5. 新增编程式判断资源访问权限
  6. +
  7. 操作日志列表新增IP地址查询
  8. +
  9. 定时任务新增页去除状态选项
  10. +
  11. 代码生成支持选择前端模板类型
  12. +
  13. 显隐列组件支持复选框弹出类型
  14. +
  15. 通用排序属性orderBy参数限制长度
  16. +
  17. Excel自定义数据处理器增加单元格/工作簿对象
  18. +
  19. 升级oshi到最新版本6.4.8
  20. +
  21. 升级druid到最新版本1.2.20
  22. +
  23. 升级fastjson到最新版2.0.43
  24. +
  25. 升级pagehelper到最新版1.4.7
  26. +
  27. 升级commons.io到最新版本2.13.0
  28. +
  29. 升级element-ui到最新版本2.15.14
  30. +
  31. 修复五级路由缓存无效问题
  32. +
  33. 修复外链带端口出现的异常
  34. +
  35. 修复树模板父级编码变量错误
  36. +
  37. 修复字典表详情页面搜索问题
  38. +
  39. 修复内链iframe没有传递参数问题
  40. +
  41. 修复自定义字典样式不生效的问题
  42. +
  43. 修复字典缓存删除方法参数错误问题
  44. +
  45. 修复Excel导入数据临时文件无法删除问题
  46. +
  47. 修复未登录带参数访问成功后参数丢失问题
  48. +
  49. 修复HeaderSearch组件跳转query参数丢失问题
  50. +
  51. 修复代码生成导入后必填项与数据库不匹配问题
  52. +
  53. 修复Excels导入时无法获取到dictType字典值问题
  54. +
  55. 优化下载zip方法新增遮罩层
  56. +
  57. 优化头像上传参数新增文件名称
  58. +
  59. 优化字典标签支持自定义分隔符
  60. +
  61. 优化菜单管理类型为按钮状态可选
  62. +
  63. 优化前端防重复提交数据大小限制
  64. +
  65. 优化TopNav菜单没有图标svg不显示
  66. +
  67. 优化数字金额大写转换精度丢失问题
  68. +
  69. 优化富文本Editor组件检验图片格式
  70. +
  71. 优化页签在Firefox浏览器被遮挡的问题
  72. +
  73. 优化个人中心/基本资料修改时数据显示问题
  74. +
  75. 优化缓存监控图表支持跟随屏幕大小自适应调整
  76. +
  77. 其他细节优化
  78. +
+
  1. 支持登录IP黑名单限制
  2. @@ -946,7 +989,7 @@ export default { data() { return { // 版本号 - version: "3.8.6" + version: "3.8.7" }; }, methods: {