Skip to content

Commit

Permalink
若依 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Jul 7, 2023
1 parent 7fefaa6 commit 53612b2
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<p align="center">
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-b99b286755aef70355a7084753f89cdb7c9.png">
</p>
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.2</h1>
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.6.3</h1>
<h4 align="center">基于 Vue3/Element Plus 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构</h4>
<p align="center">
<a href="https://gitee.com/y_project/RuoYi-Cloud/stargazers"><img src="https://gitee.com/y_project/RuoYi-Cloud/badge/star.svg?theme=dark"></a>
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.2-brightgreen.svg"></a>
<a href="https://gitee.com/y_project/RuoYi-Cloud"><img src="https://img.shields.io/badge/RuoYi-v3.6.3-brightgreen.svg"></a>
<a href="https://gitee.com/y_project/RuoYi-Cloud/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "3.6.2",
"version": "3.6.3",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
Expand Down
Binary file added src/assets/images/pay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 40 additions & 2 deletions src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,44 @@
</div>
</template>
<el-collapse accordion>
<el-collapse-item title="v3.6.3 - 2023-07-07">
<ol>
<li>支持登录IP黑名单限制</li>
<li>操作日志新增消耗时间属性</li>
<li>屏蔽定时任务bean违规的字符</li>
<li>日志管理使用索引提升查询性能</li>
<li>日志注解支持排除指定的请求参数</li>
<li>支持自定义隐藏属性列过滤子对象</li>
<li>升级spring-boot到最新版本2.7.13</li>
<li>升级spring-cloud到最新版2021.0.8</li>
<li>升级spring-cloud-alibaba到最新版2021.0.5.0</li>
<li>升级druid到最新版本1.2.16</li>
<li>升级fastjson到最新版2.0.34</li>
<li>升级pagehelper到最新版1.4.7</li>
<li>升级transmittable-thread-local到最新版本2.14.3</li>
<li>升级element-ui到最新版本2.15.13</li>
<li>移除apache/commons-fileupload依赖</li>
<li>修复页面切换时布局错乱的问题</li>
<li>修复用户多角色数据权限可能出现权限抬升的情况</li>
<li>修复导入用户时无法更新存在用户数据的问题</li>
<li>修复开启TopNav后一级菜单路由参数设置无效问题</li>
<li>优化文件下载出现的异常</li>
<li>优化选择图标组件高亮回显</li>
<li>优化修改密码日志存储明文问题</li>
<li>优化排序属性orderBy参数限制长度</li>
<li>优化页签栏关闭其他出现的异常问题</li>
<li>优化页签关闭左侧选项排除首页选项</li>
<li>优化关闭当前tab页跳转最右侧tab页</li>
<li>优化文件上传服务关闭InputStream</li>
<li>优化页签在Firefox浏览器被遮挡的问题</li>
<li>优化侧边栏的平台标题与VUE_APP_TITLE保持同步</li>
<li>优化DictTag组件value没有匹配的值时则展示value</li>
<li>优化去除@EnableCustomSwagger注解后会启动失败问题</li>
<li>优化upload接口在文件过大和文件名过长的情况返回提示信息</li>
<li>优化异步保存日志发生报错不进RemoteLogFallbackFactory问题</li>
<li>其他细节优化</li>
</ol>
</el-collapse-item>
<el-collapse-item title="v3.6.2 - 2022-01-16">
<ol>
<li>重置时取消部门选中</li>
Expand Down Expand Up @@ -825,7 +863,7 @@
</template>
<div class="body">
<img
src="https://oscimg.oschina.net/oscnet/up-d6695f82666e5018f715c41cb7ee60d3b73.png"
src="@/assets/images/pay.png"
alt="donate"
style="width:100%"
/>
Expand All @@ -840,7 +878,7 @@
</template>

<script setup name="Index">
const version = ref('3.6.2')
const version = ref('3.6.3')
function goTarget(url) {
window.open(url, '__blank')
Expand Down

0 comments on commit 53612b2

Please sign in to comment.