Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
db193a46
Commit
db193a46
authored
Sep 13, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.7.0
parent
04c34062
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
70 additions
and
11 deletions
+70
-11
pom.xml
pom.xml
+2
-2
ruoyi-admin/pom.xml
ruoyi-admin/pom.xml
+1
-1
ruoyi-admin/src/main/resources/application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
ruoyi-common/pom.xml
ruoyi-common/pom.xml
+1
-1
ruoyi-framework/pom.xml
ruoyi-framework/pom.xml
+1
-1
ruoyi-generator/pom.xml
ruoyi-generator/pom.xml
+1
-1
ruoyi-quartz/pom.xml
ruoyi-quartz/pom.xml
+1
-1
ruoyi-system/pom.xml
ruoyi-system/pom.xml
+1
-1
ruoyi-ui/package.json
ruoyi-ui/package.json
+1
-1
ruoyi-ui/src/views/index.vue
ruoyi-ui/src/views/index.vue
+60
-1
No files found.
pom.xml
View file @
db193a46
...
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
<name>
ruoyi
</name>
<url>
http://www.ruoyi.vip
</url>
<description>
若依管理系统
</description>
<properties>
<ruoyi.version>
3.
6
.0
</ruoyi.version>
<ruoyi.version>
3.
7
.0
</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 @
db193a46
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
db193a46
...
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name
:
RuoYi
# 版本
version
:
3.
6
.0
version
:
3.
7
.0
# 版权年份
copyrightYear
:
2021
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
db193a46
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
db193a46
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
db193a46
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
db193a46
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
db193a46
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
ruoyi
</artifactId>
<groupId>
com.ruoyi
</groupId>
<version>
3.
6
.0
</version>
<version>
3.
7
.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
db193a46
{
"name"
:
"ruoyi"
,
"version"
:
"3.
6
.0"
,
"version"
:
"3.
7
.0"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
db193a46
...
...
@@ -147,6 +147,65 @@
<span>
更新日志
</span>
</div>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.7.0 - 2021-09-13"
>
<ol>
<li>
参数管理支持配置验证码开关
</li>
<li>
新增是否开启用户注册功能
</li>
<li>
定时任务支持在线生成cron表达式
</li>
<li>
菜单管理支持配置路由参数
</li>
<li>
支持自定义注解实现接口限流
</li>
<li>
Excel注解支持Image图片导入
</li>
<li>
自定义弹层溢出滚动样式
</li>
<li>
自定义可拖动弹窗宽度指令
</li>
<li>
自定义可拖动弹窗高度指令
</li>
<li>
修复任意账户越权问题
</li>
<li>
修改时检查用户数据权限范围
</li>
<li>
修复保存配置主题颜色失效问题
</li>
<li>
新增暗色菜单风格主题
</li>
<li>
菜单
&
部门新增展开/折叠功能
</li>
<li>
页签新增关闭左侧
&
添加图标
</li>
<li>
顶部菜单排除隐藏的默认路由
</li>
<li>
顶部菜单同步系统主题样式
</li>
<li>
跳转路由高亮相对应的菜单栏
</li>
<li>
代码生成主子表多选行数据
</li>
<li>
日期范围支持添加多组
</li>
<li>
升级element-ui到最新版本2.15.5
</li>
<li>
升级oshi到最新版本v5.8.0
</li>
<li>
升级commons.io到最新版本v2.11.0
</li>
<li>
定时任务屏蔽ldap远程调用
</li>
<li>
定时任务屏蔽http(s)远程调用
</li>
<li>
补充定时任务表字段注释
</li>
<li>
定时任务对检查异常进行事务回滚
</li>
<li>
启用父部门状态排除顶级节点
</li>
<li>
富文本新增上传文件大小限制
</li>
<li>
默认首页使用keep-alive缓存
</li>
<li>
修改代码生成字典回显样式
</li>
<li>
自定义分页合理化传入参数
</li>
<li>
修复字典组件值为整形不显示问题
</li>
<li>
修复定时任务日志执行状态显示
</li>
<li>
角色
&
菜单新增字段属性提示信息
</li>
<li>
修复角色分配用户页面参数类型错误提醒
</li>
<li>
优化布局设置动画特效
</li>
<li>
优化异常处理信息
</li>
<li>
优化错误token导致的解析异常
</li>
<li>
密码框新增显示切换密码图标
</li>
<li>
定时任务新增更多操作
</li>
<li>
更多操作按钮添加权限控制
</li>
<li>
导入用户样式优化
</li>
<li>
提取通用方法到基类控制器
</li>
<li>
优化使用权限工具获取用户信息
</li>
<li>
优化用户不能删除自己
</li>
<li>
优化XSS跨站脚本过滤
</li>
<li>
优化代码生成模板
</li>
<li>
验证码默认20s超时
</li>
<li>
BLOB下载时清除URL对象引用
</li>
<li>
代码生成导入表按创建时间排序
</li>
<li>
修复代码生成页面数据编辑保存之后总是跳转第一页的问题
</li>
<li>
修复带safari浏览器无法格式化utc日期格式yyyy-MM-dd'T'HH:mm:ss.SSS问题
</li>
<li>
多图上传组件移除多余的api地址
&
验证失败导致图片删除问题
&
无法删除相应图片修复
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.6.0 - 2021-07-12"
>
<ol>
<li>
角色管理新增分配用户功能
</li>
...
...
@@ -605,7 +664,7 @@ export default {
data
()
{
return
{
// 版本号
version
:
"
3.
6
.0
"
,
version
:
"
3.
7
.0
"
,
};
},
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