From db193a46e8a8a5cdc0c4bcde7b2126af85b6ef0b Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 13 Sep 2021 09:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E4=BE=9D=203.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 +- ruoyi-admin/pom.xml | 2 +- .../src/main/resources/application.yml | 2 +- ruoyi-common/pom.xml | 2 +- ruoyi-framework/pom.xml | 2 +- ruoyi-generator/pom.xml | 2 +- ruoyi-quartz/pom.xml | 2 +- ruoyi-system/pom.xml | 2 +- ruoyi-ui/package.json | 2 +- ruoyi-ui/src/views/index.vue | 61 ++++++++++++++++++- 10 files changed, 70 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 7017e514..bc3e45cf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ com.ruoyi ruoyi - 3.6.0 + 3.7.0 ruoyi http://www.ruoyi.vip 若依管理系统 - 3.6.0 + 3.7.0 UTF-8 UTF-8 1.8 diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index a0cb8a85..1d1d687b 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.6.0 + 3.7.0 4.0.0 jar diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 088a28ef..ae0ffbc9 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.6.0 + version: 3.7.0 # 版权年份 copyrightYear: 2021 # 实例演示开关 diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 02be00ce..486d39f8 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.6.0 + 3.7.0 4.0.0 diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml index eb58d187..0eea3ce1 100644 --- a/ruoyi-framework/pom.xml +++ b/ruoyi-framework/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.6.0 + 3.7.0 4.0.0 diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml index c87ee7cf..f68bbe98 100644 --- a/ruoyi-generator/pom.xml +++ b/ruoyi-generator/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.6.0 + 3.7.0 4.0.0 diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml index 67b7abd4..b1c1485f 100644 --- a/ruoyi-quartz/pom.xml +++ b/ruoyi-quartz/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.6.0 + 3.7.0 4.0.0 diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml index da5569ee..9d90f997 100644 --- a/ruoyi-system/pom.xml +++ b/ruoyi-system/pom.xml @@ -5,7 +5,7 @@ ruoyi com.ruoyi - 3.6.0 + 3.7.0 4.0.0 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index e25d3f3b..9048f5a4 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.6.0", + "version": "3.7.0", "description": "若依管理系统", "author": "若依", "license": "MIT", diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index 2d7df7b6..00379e5a 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -147,6 +147,65 @@ 更新日志 + +
    +
  1. 参数管理支持配置验证码开关
  2. +
  3. 新增是否开启用户注册功能
  4. +
  5. 定时任务支持在线生成cron表达式
  6. +
  7. 菜单管理支持配置路由参数
  8. +
  9. 支持自定义注解实现接口限流
  10. +
  11. Excel注解支持Image图片导入
  12. +
  13. 自定义弹层溢出滚动样式
  14. +
  15. 自定义可拖动弹窗宽度指令
  16. +
  17. 自定义可拖动弹窗高度指令
  18. +
  19. 修复任意账户越权问题
  20. +
  21. 修改时检查用户数据权限范围
  22. +
  23. 修复保存配置主题颜色失效问题
  24. +
  25. 新增暗色菜单风格主题
  26. +
  27. 菜单&部门新增展开/折叠功能
  28. +
  29. 页签新增关闭左侧&添加图标
  30. +
  31. 顶部菜单排除隐藏的默认路由
  32. +
  33. 顶部菜单同步系统主题样式
  34. +
  35. 跳转路由高亮相对应的菜单栏
  36. +
  37. 代码生成主子表多选行数据
  38. +
  39. 日期范围支持添加多组
  40. +
  41. 升级element-ui到最新版本2.15.5
  42. +
  43. 升级oshi到最新版本v5.8.0
  44. +
  45. 升级commons.io到最新版本v2.11.0
  46. +
  47. 定时任务屏蔽ldap远程调用
  48. +
  49. 定时任务屏蔽http(s)远程调用
  50. +
  51. 补充定时任务表字段注释
  52. +
  53. 定时任务对检查异常进行事务回滚
  54. +
  55. 启用父部门状态排除顶级节点
  56. +
  57. 富文本新增上传文件大小限制
  58. +
  59. 默认首页使用keep-alive缓存
  60. +
  61. 修改代码生成字典回显样式
  62. +
  63. 自定义分页合理化传入参数
  64. +
  65. 修复字典组件值为整形不显示问题
  66. +
  67. 修复定时任务日志执行状态显示
  68. +
  69. 角色&菜单新增字段属性提示信息
  70. +
  71. 修复角色分配用户页面参数类型错误提醒
  72. +
  73. 优化布局设置动画特效
  74. +
  75. 优化异常处理信息
  76. +
  77. 优化错误token导致的解析异常
  78. +
  79. 密码框新增显示切换密码图标
  80. +
  81. 定时任务新增更多操作
  82. +
  83. 更多操作按钮添加权限控制
  84. +
  85. 导入用户样式优化
  86. +
  87. 提取通用方法到基类控制器
  88. +
  89. 优化使用权限工具获取用户信息
  90. +
  91. 优化用户不能删除自己
  92. +
  93. 优化XSS跨站脚本过滤
  94. +
  95. 优化代码生成模板
  96. +
  97. 验证码默认20s超时
  98. +
  99. BLOB下载时清除URL对象引用
  100. +
  101. 代码生成导入表按创建时间排序
  102. +
  103. 修复代码生成页面数据编辑保存之后总是跳转第一页的问题
  104. +
  105. 修复带safari浏览器无法格式化utc日期格式yyyy-MM-dd'T'HH:mm:ss.SSS问题
  106. +
  107. 多图上传组件移除多余的api地址&验证失败导致图片删除问题&无法删除相应图片修复
  108. +
  109. 其他细节优化
  110. +
+
  1. 角色管理新增分配用户功能
  2. @@ -605,7 +664,7 @@ export default { data() { return { // 版本号 - version: "3.6.0", + version: "3.7.0", }; }, methods: {