diff --git a/pom.xml b/pom.xml
index ecbce07..c024d33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,14 @@
com.ruoyi
ruoyi
- 3.8.0
+ 3.8.1
ruoyi
http://www.ruoyi.vip
若依管理系统
- 3.8.0
+ 3.8.1
UTF-8
UTF-8
1.8
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index ca06319..14769e5 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.0
+ 3.8.1
4.0.0
jar
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 557179b..286b1ae 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.0
+ version: 3.8.1
# 版权年份
copyrightYear: 2021
# 实例演示开关
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index cbf4893..e18104c 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.0
+ 3.8.1
4.0.0
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index 2e8817b..f1b68c7 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.0
+ 3.8.1
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index 8ec90ea..b80b938 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.0
+ 3.8.1
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index 7d7a726..c70da0d 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.0
+ 3.8.1
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index a62fb55..611cc82 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.8.0
+ 3.8.1
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 62f4bce..fc15b2e 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "3.8.0",
+ "version": "3.8.1",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 75761cb..f136d1a 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -147,6 +147,39 @@
更新日志
+
+
+ - 新增Vue3前端代码生成模板
+ - 新增图片预览组件
+ - 新增压缩插件实现打包Gzip
+ - 自定义xss校验注解实现
+ - 自定义文字复制剪贴指令
+ - 代码生成预览支持复制内容
+ - 路由支持单独配置菜单或角色权限
+ - 用户管理部门查询选择节点后分页参数初始
+ - 修复用户分配角色属性错误
+ - 修复打包后字体图标偶现的乱码问题
+ - 修复菜单管理重置表单出现的错误
+ - 修复版本差异导致的懒加载报错问题
+ - 修复Cron组件中周回显问题
+ - 修复定时任务多参数逗号分隔的问题
+ - 修复根据ID查询列表可能出现的主键溢出问题
+ - 修复tomcat配置参数已过期问题
+ - 升级clipboard到最新版本2.0.8
+ - 升级oshi到最新版本v5.8.6
+ - 升级fastjson到最新版1.2.79
+ - 升级spring-boot到最新版本2.5.8
+ - 升级log4j2到2.17.1,防止漏洞风险
+ - 优化下载解析blob异常提示
+ - 优化代码生成字典组重复问题
+ - 优化查询用户的角色组&岗位组代码
+ - 优化定时任务cron表达式小时设置24
+ - 优化用户导入提示溢出则显示滚动条
+ - 优化防重复提交标识组合为(key+url+header)
+ - 优化分页方法设置成通用方便灵活调用
+ - 其他细节优化
+
+
- 新增配套并同步的Vue3前端版本
@@ -717,7 +750,7 @@ export default {
data() {
return {
// 版本号
- version: "3.8.0",
+ version: "3.8.1",
};
},
methods: {