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
4615293b
Commit
4615293b
authored
Dec 18, 2025
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.9.1
parent
ba5cf9de
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
50 additions
and
14 deletions
+50
-14
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
+38
-2
No files found.
README.md
View file @
4615293b
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png"
>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.9.
0
</h1>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.9.
1
</h1>
<h4
align=
"center"
>
基于SpringBoot+Vue前后端分离的Java快速开发框架
</h4>
<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"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.9.
0
-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Vue"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.9.
1
-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>
</p>
...
...
pom.xml
View file @
4615293b
...
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<properties>
<ruoyi.version>
3.9.
0
</ruoyi.version>
<ruoyi.version>
3.9.
1
</ruoyi.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.8
</java.version>
...
...
ruoyi-admin/pom.xml
View file @
4615293b
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
4615293b
...
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name
:
RuoYi
# 版本
version
:
3.9.
0
version
:
3.9.
1
# 版权年份
copyrightYear
:
2025
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
...
...
ruoyi-common/pom.xml
View file @
4615293b
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
4615293b
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
4615293b
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
4615293b
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
4615293b
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.9.
0
</version>
<version>
3.9.
1
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
4615293b
{
"name"
:
"ruoyi"
,
"version"
:
"3.9.
0
"
,
"version"
:
"3.9.
1
"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
4615293b
...
...
@@ -112,6 +112,42 @@
<span>
更新日志
</span>
</div>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.9.1 - 2025-12-18"
>
<ol>
<li>
支持防盗链功能
</li>
<li>
菜单导航设置支持纯顶部
</li>
<li>
使用yauaa代替bitwalker
</li>
<li>
用户头像更换后移除旧头像文件
</li>
<li>
支持Excel导出对象的多个子列表
</li>
<li>
升级oshi到最新版本6.9.1
</li>
<li>
升级druid到最新版本1.2.27
</li>
<li>
升级fastjson到最新版2.0.60
</li>
<li>
升级spring-security到5.7.14
</li>
<li>
升级tomcat到最新版本9.0.112
</li>
<li>
升级commons.io到最新版本2.21.0
</li>
<li>
用户导入添加验证提示
</li>
<li>
显示列信息支持对象格式
</li>
<li>
忽略用户密码字段的JSON序列化
</li>
<li>
网页标题设置新增SET_TITLE方法
</li>
<li>
自动识别json对象白名单配置范围缩小
</li>
<li>
登录/注册页面底部版权信息修改为读取配置
</li>
<li>
修复用户归属部门无法修改为空问题
</li>
<li>
修复固定头部时出现的导航栏偏移问题
</li>
<li>
修复v3时间控件between选择后清空报错问题
</li>
<li>
修复comboReadDict属性下多个sheet出现的报错
</li>
<li>
修复表单构建移除所有控件后切换路由回来空白问题
</li>
<li>
优化布局设置显示
</li>
<li>
优化字典组件值宽松匹配
</li>
<li>
优化获取字典类型值的方法
</li>
<li>
优化生成代码下载的zip文件名
</li>
<li>
优化日志记录参数拼装提升效率
</li>
<li>
优化导入文件检查标题行不能为空
</li>
<li>
优化表单构建关闭页签销毁复制插件
</li>
<li>
优化Excel统计行数值的单元格样式显示
</li>
<li>
优化数据权限控制逻辑,放开permission限制
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.9.0 - 2025-05-28"
>
<ol>
<li>
优化菜单搜索查询页
</li>
...
...
@@ -1060,7 +1096,7 @@ export default {
data
()
{
return
{
// 版本号
version
:
"3.9.
0
"
version
:
"3.9.
1
"
}
},
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