diff --git a/pom.xml b/pom.xml
index 096d23b..a234ce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,14 @@
com.ruoyi
ruoyi
- 3.2.0
+ 3.2.1
ruoyi
http://www.ruoyi.vip
若依管理系统
- 3.2.0
+ 3.2.1
UTF-8
UTF-8
1.8
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index da3aa62..3257d8c 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.2.0
+ 3.2.1
4.0.0
jar
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index a05fb7a..b4edbea 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.2.0
+ version: 3.2.1
# 版权年份
copyrightYear: 2020
# 实例演示开关
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index bcc3eb5..70e1aec 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.2.0
+ 3.2.1
4.0.0
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index 78fb062..e313f5b 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.2.0
+ 3.2.1
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index 43d1245..58abab1 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.2.0
+ 3.2.1
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index ae6abe8..15a5bc2 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.2.0
+ 3.2.1
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index 95717f7..ef2cd72 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.2.0
+ 3.2.1
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index c5a6b9b..cf5df5f 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 8787dcb..a8477b9 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -146,6 +146,20 @@
更新日志
+
+
+ - 阻止任意文件下载漏洞
+ - 代码生成支持上传控件
+ - 新增图片上传组件
+ - 调整默认首页
+ - 升级druid到最新版本v1.2.2
+ - mapperLocations配置支持分隔符
+ - 权限信息调整
+ - 调整sql默认时间
+ - 解决代码生成没有bit类型的问题
+ - 升级pagehelper到最新版1.3.0
+
+
- 升级springboot版本到2.1.17 提升安全性
@@ -421,7 +435,7 @@ export default {
data() {
return {
// 版本号
- version: "3.2.0",
+ version: "3.2.1",
};
},
methods: {