diff --git a/pom.xml b/pom.xml index 456b148..60c01e2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.ruoyi ruoyi - 3.5.0 + 3.6.0 ruoyi http://www.ruoyi.vip 若依管理系统 - 3.5.0 + 3.6.0 UTF-8 UTF-8 1.8 diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 25016b0..a0cb8a8 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.5.0 + 3.6.0 4.0.0 jar diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 3e6d53b..eb6af14 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.5.0 + version: 3.6.0 # 版权年份 copyrightYear: 2021 # 实例演示开关 diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 653cfdb..02be00c 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.5.0 + 3.6.0 4.0.0 diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index e6a567c..eb58d18 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.5.0 + 3.6.0 4.0.0 diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index d65176e..c87ee7c 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.5.0 + 3.6.0 4.0.0 diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index 477333c..67b7abd 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.5.0 + 3.6.0 4.0.0 diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index c68f4c2..da5569e 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.5.0 + 3.6.0 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 3e5c3ea..b765eee 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.5.0", + "version": "3.6.0", "description": "若依管理系统", "author": "若依", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index f824971..1fc8586 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -147,6 +147,45 @@ 更新日志 + +
    +
  1. 角色管理新增分配用户功能
  2. +
  3. 用户管理新增分配角色功能
  4. +
  5. 日志列表支持排序操作
  6. +
  7. 优化参数&字典缓存操作
  8. +
  9. 系统布局配置支持动态标题开关
  10. +
  11. 菜单路由配置支持内链访问
  12. +
  13. 默认访问后端首页新增提示语
  14. +
  15. 富文本默认上传返回url类型
  16. +
  17. 新增自定义弹窗拖拽指令
  18. +
  19. 全局注册常用通用组件
  20. +
  21. 全局挂载字典标签组件
  22. +
  23. ImageUpload组件支持多图片上传
  24. +
  25. FileUpload组件支持多文件上传
  26. +
  27. 文件上传组件添加数量限制属性
  28. +
  29. 富文本编辑组件添加类型属性
  30. +
  31. 富文本组件工具栏配置视频
  32. +
  33. 封装通用iframe组件
  34. +
  35. 限制超级管理员不允许操作
  36. +
  37. 用户信息长度校验限制
  38. +
  39. 分页组件新增pagerCount属性
  40. +
  41. 添加bat脚本执行应用
  42. +
  43. 升级oshi到最新版本v5.7.4
  44. +
  45. 升级element-ui到最新版本2.15.2
  46. +
  47. 升级pagehelper到最新版1.3.1
  48. +
  49. 升级commons.io到最新版本v2.10.0
  50. +
  51. 升级commons.fileupload到最新版本v1.4
  52. +
  53. 升级swagger到最新版本v3.0.0
  54. +
  55. 修复关闭confirm提示框控制台报错问题
  56. +
  57. 修复存在的SQL注入漏洞问题
  58. +
  59. 定时任务屏蔽rmi远程调用
  60. +
  61. 修复用户搜索分页变量错误
  62. +
  63. 修复导出角色数据范围翻译缺少仅本人
  64. +
  65. 修复表单构建选择下拉选择控制台报错问题
  66. +
  67. 优化图片工具类读取文件
  68. +
  69. 其他细节优化
  70. +
+
  1. 新增菜单导航显示风格TopNav(false为左侧导航菜单,true为顶部导航菜单)
  2. @@ -566,7 +605,7 @@ export default { data() { return { // 版本号 - version: "3.5.0", + version: "3.6.0", }; }, methods: {