diff --git a/README.md b/README.md
index ffc8e0b3..927a49ae 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-RuoYi v3.8.6
+RuoYi v3.8.7
基于SpringBoot+Vue前后端分离的Java快速开发框架
-
+
diff --git a/pom.xml b/pom.xml
index aaf06862..91a7a4b2 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 dfc45106..e6c67123 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 d1096f13..f7125af6 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 35e34b7b..38326a1f 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 90e29185..0bcd7d07 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 cea4f67e..83fde2f5 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 b1c7b3ea..80279a82 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 c5940f77..2ae39ab5 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 07b236f9..5b534d91 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 c1ae10e4..8b04afd3 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -146,6 +146,49 @@
更新日志
+
+
+ - 操作日志记录部门名称
+ - 全局数据存储用户编号
+ - 新增编程式判断资源访问权限
+ - 操作日志列表新增IP地址查询
+ - 定时任务新增页去除状态选项
+ - 代码生成支持选择前端模板类型
+ - 显隐列组件支持复选框弹出类型
+ - 通用排序属性orderBy参数限制长度
+ - Excel自定义数据处理器增加单元格/工作簿对象
+ - 升级oshi到最新版本6.4.8
+ - 升级druid到最新版本1.2.20
+ - 升级fastjson到最新版2.0.43
+ - 升级pagehelper到最新版1.4.7
+ - 升级commons.io到最新版本2.13.0
+ - 升级element-ui到最新版本2.15.14
+ - 修复五级路由缓存无效问题
+ - 修复外链带端口出现的异常
+ - 修复树模板父级编码变量错误
+ - 修复字典表详情页面搜索问题
+ - 修复内链iframe没有传递参数问题
+ - 修复自定义字典样式不生效的问题
+ - 修复字典缓存删除方法参数错误问题
+ - 修复Excel导入数据临时文件无法删除问题
+ - 修复未登录带参数访问成功后参数丢失问题
+ - 修复HeaderSearch组件跳转query参数丢失问题
+ - 修复代码生成导入后必填项与数据库不匹配问题
+ - 修复Excels导入时无法获取到dictType字典值问题
+ - 优化下载zip方法新增遮罩层
+ - 优化头像上传参数新增文件名称
+ - 优化字典标签支持自定义分隔符
+ - 优化菜单管理类型为按钮状态可选
+ - 优化前端防重复提交数据大小限制
+ - 优化TopNav菜单没有图标svg不显示
+ - 优化数字金额大写转换精度丢失问题
+ - 优化富文本Editor组件检验图片格式
+ - 优化页签在Firefox浏览器被遮挡的问题
+ - 优化个人中心/基本资料修改时数据显示问题
+ - 优化缓存监控图表支持跟随屏幕大小自适应调整
+ - 其他细节优化
+
+
- 支持登录IP黑名单限制
@@ -946,7 +989,7 @@ export default {
data() {
return {
// 版本号
- version: "3.8.6"
+ version: "3.8.7"
};
},
methods: {