diff --git a/pom.xml b/pom.xml index 43c0aead..6d52bf68 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ RuoYi-Vue-Plus后台管理系统 - 2.2.0 + 2.2.1 2.3.11.RELEASE UTF-8 UTF-8 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 4bdce363..e951b8d6 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi-vue-plus", - "version": "2.2.0", + "version": "2.2.1", "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 9e07ee96..8dc50600 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -80,6 +80,17 @@ 更新日志 + +
    +
  1. add 增加 security 权限框架 @Async 异步注解配置
  2. +
  3. update 优化数据权限sql 解决MP apply注入附带 AND 语法问题
  4. +
  5. update 优化dataScope参数防止注入
  6. +
  7. update 优化参数&字典缓存操作
  8. +
  9. update 增加修改包名文档
  10. +
  11. update 文档增加演示图例
  12. +
  13. fix 修复部门类sql符号错误
  14. +
+
  1. 同步升级 RuoYi-Vue 3.5.0
  2. @@ -180,7 +191,7 @@ export default { data() { return { // 版本号 - version: "2.2.0", + version: "2.2.1", }; }, methods: {