Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
36b900ce
Commit
36b900ce
authored
Dec 08, 2023
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.8.7
parent
ac9302e2
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
56 additions
and
13 deletions
+56
-13
README.md
README.md
+2
-2
pom.xml
pom.xml
+2
-2
pom.xml
ruoyi-admin/pom.xml
+1
-1
application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
pom.xml
ruoyi-common/pom.xml
+1
-1
pom.xml
ruoyi-framework/pom.xml
+1
-1
pom.xml
ruoyi-generator/pom.xml
+1
-1
pom.xml
ruoyi-quartz/pom.xml
+1
-1
pom.xml
ruoyi-system/pom.xml
+1
-1
package.json
ruoyi-ui/package.json
+1
-1
index.vue
ruoyi-ui/src/views/index.vue
+44
-1
No files found.
README.md
View file @
36b900ce
<p
align=
"center"
>
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
</p>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
6
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.8.
7
</h1>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<p
align=
"center"
>
<p
align=
"center"
>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/stargazers"
><img
src=
"https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/stargazers"
><img
src=
"https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
6
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.8.
7
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"
><img
src=
"https://img.shields.io/github/license/mashape/apistatus.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"
><img
src=
"https://img.shields.io/github/license/mashape/apistatus.svg"
></a>
</p>
</p>
...
...
pom.xml
View file @
36b900ce
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
<name>
ruoyi
</name>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<description>
若依管理系统
</description>
<properties>
<properties>
<ruoyi.version>
3.8.
6
</ruoyi.version>
<ruoyi.version>
3.8.
7
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
36b900ce
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
36b900ce
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.8.
6
version
:
3.8.
7
# 版权年份
# 版权年份
copyrightYear
:
2023
copyrightYear
:
2023
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
...
...
ruoyi-common/pom.xml
View file @
36b900ce
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
36b900ce
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
36b900ce
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
36b900ce
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
36b900ce
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<version>
3.8.
6
</version>
<version>
3.8.
7
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
36b900ce
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.8.
6
"
,
"version"
:
"3.8.
7
"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
36b900ce
...
@@ -146,6 +146,49 @@
...
@@ -146,6 +146,49 @@
<span>
更新日志
</span>
<span>
更新日志
</span>
</div>
</div>
<el-collapse
accordion
>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.8.7 - 2023-12-08"
>
<ol>
<li>
操作日志记录部门名称
</li>
<li>
全局数据存储用户编号
</li>
<li>
新增编程式判断资源访问权限
</li>
<li>
操作日志列表新增IP地址查询
</li>
<li>
定时任务新增页去除状态选项
</li>
<li>
代码生成支持选择前端模板类型
</li>
<li>
显隐列组件支持复选框弹出类型
</li>
<li>
通用排序属性orderBy参数限制长度
</li>
<li>
Excel自定义数据处理器增加单元格/工作簿对象
</li>
<li>
升级oshi到最新版本6.4.8
</li>
<li>
升级druid到最新版本1.2.20
</li>
<li>
升级fastjson到最新版2.0.43
</li>
<li>
升级pagehelper到最新版1.4.7
</li>
<li>
升级commons.io到最新版本2.13.0
</li>
<li>
升级element-ui到最新版本2.15.14
</li>
<li>
修复五级路由缓存无效问题
</li>
<li>
修复外链带端口出现的异常
</li>
<li>
修复树模板父级编码变量错误
</li>
<li>
修复字典表详情页面搜索问题
</li>
<li>
修复内链iframe没有传递参数问题
</li>
<li>
修复自定义字典样式不生效的问题
</li>
<li>
修复字典缓存删除方法参数错误问题
</li>
<li>
修复Excel导入数据临时文件无法删除问题
</li>
<li>
修复未登录带参数访问成功后参数丢失问题
</li>
<li>
修复HeaderSearch组件跳转query参数丢失问题
</li>
<li>
修复代码生成导入后必填项与数据库不匹配问题
</li>
<li>
修复Excels导入时无法获取到dictType字典值问题
</li>
<li>
优化下载zip方法新增遮罩层
</li>
<li>
优化头像上传参数新增文件名称
</li>
<li>
优化字典标签支持自定义分隔符
</li>
<li>
优化菜单管理类型为按钮状态可选
</li>
<li>
优化前端防重复提交数据大小限制
</li>
<li>
优化TopNav菜单没有图标svg不显示
</li>
<li>
优化数字金额大写转换精度丢失问题
</li>
<li>
优化富文本Editor组件检验图片格式
</li>
<li>
优化页签在Firefox浏览器被遮挡的问题
</li>
<li>
优化个人中心/基本资料修改时数据显示问题
</li>
<li>
优化缓存监控图表支持跟随屏幕大小自适应调整
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.8.6 - 2023-06-30"
>
<el-collapse-item
title=
"v3.8.6 - 2023-06-30"
>
<ol>
<ol>
<li>
支持登录IP黑名单限制
</li>
<li>
支持登录IP黑名单限制
</li>
...
@@ -946,7 +989,7 @@ export default {
...
@@ -946,7 +989,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
version
:
"3.8.
6
"
version
:
"3.8.
7
"
};
};
},
},
methods
:
{
methods
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment