diff --git a/pom.xml b/pom.xml index 88543535..a197fd39 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ RuoYi-Vue-Plus后台管理系统 - 2.1.2 + 2.2.0 2.3.11.RELEASE UTF-8 UTF-8 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index fb9064f9..4bdce363 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "2.1.2", + "version": "2.2.0", "description": "RuoYi-Vue-Plus后台管理系统", "author": "LionLi", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index cb5ae582..9e07ee96 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,20 @@ 更新日志 + +
    +
  1. 同步升级 RuoYi-Vue 3.5.0
  2. +
  3. add 增加验证码开关
  4. +
  5. add 新增IE浏览器版本过低提示页面
  6. +
  7. update 升级druid到最新版本v1.2.6
  8. +
  9. update 升级fastjson到最新版1.2.76
  10. +
  11. update 修改bo加入判断是否设置必填再加载必填注解
  12. +
  13. update 生成vue模板导出按钮点击后添加遮罩
  14. +
  15. update Redis设置HashKey序列化
  16. +
  17. update 优化Redis序列化配置
  18. +
  19. fix 修复代码生成器中表字段取消必填无法更新问题
  20. +
+
  1. update springboot 升级 2.3.11
  2. @@ -166,7 +180,7 @@ export default { data() { return { // 版本号 - version: "2.1.2", + version: "2.2.0", }; }, methods: {