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
0b5c7f4c
Commit
0b5c7f4c
authored
Feb 22, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.4.0
parent
265e3010
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
43 additions
and
11 deletions
+43
-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
+33
-1
No files found.
pom.xml
View file @
0b5c7f4c
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
3
.0
</version>
<version>
3.
4
.0
</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.
3
.0
</ruoyi.version>
<ruoyi.version>
3.
4
.0
</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 @
0b5c7f4c
...
@@ -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.
3
.0
</version>
<version>
3.
4
.0
</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 @
0b5c7f4c
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.
3
.0
version
:
3.
4
.0
# 版权年份
# 版权年份
copyrightYear
:
2021
copyrightYear
:
2021
# 实例演示开关
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
0b5c7f4c
...
@@ -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.
3
.0
</version>
<version>
3.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
0b5c7f4c
...
@@ -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.
3
.0
</version>
<version>
3.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
0b5c7f4c
...
@@ -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.
3
.0
</version>
<version>
3.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
0b5c7f4c
...
@@ -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.
3
.0
</version>
<version>
3.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
0b5c7f4c
...
@@ -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.
3
.0
</version>
<version>
3.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
0b5c7f4c
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.
3
.0"
,
"version"
:
"3.
4
.0"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/src/views/index.vue
View file @
0b5c7f4c
...
@@ -146,6 +146,38 @@
...
@@ -146,6 +146,38 @@
<span>
更新日志
</span>
<span>
更新日志
</span>
</div>
</div>
<el-collapse
accordion
>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.4.0 - 2021-02-22"
>
<ol>
<li>
代码生成模板支持主子表
</li>
<li>
表格右侧工具栏组件支持显隐列
</li>
<li>
图片组件添加预览
&
移除功能
</li>
<li>
Excel注解支持Image图片导出
</li>
<li>
操作按钮组调整为朴素按钮样式
</li>
<li>
代码生成支持文件上传组件
</li>
<li>
代码生成日期控件区分范围
</li>
<li>
代码生成数据库文本类型生成表单文本域
</li>
<li>
用户手机邮箱
&
菜单组件修改允许空字符串
</li>
<li>
升级SpringBoot到最新版本2.2.13 提升启动速度
</li>
<li>
升级druid到最新版本v1.2.4
</li>
<li>
升级fastjson到最新版1.2.75
</li>
<li>
升级element-ui到最新版本2.15.0
</li>
<li>
修复IE11浏览器报错问题
</li>
<li>
优化多级菜单之间切换无法缓存的问题
</li>
<li>
修复四级菜单无法显示问题
</li>
<li>
修正侧边栏静态路由丢失问题
</li>
<li>
修复角色管理-编辑角色-功能权限显示异常
</li>
<li>
配置文件新增redis数据库索引属性
</li>
<li>
权限工具类增加admin判断
</li>
<li>
角色非自定义权限范围清空选择值
</li>
<li>
修复导入数据为负浮点数时丢失精度问题
</li>
<li>
移除path-to-regexp正则匹配插件
</li>
<li>
修复生成树表代码异常
</li>
<li>
修改ip字段长度防止ipv6地址长度不够
</li>
<li>
防止get请求参数值为false或0等特殊值会导致无法正确的传参
</li>
<li>
登录后push添加catch防止出现检查错误
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.3.0 - 2020-12-14"
>
<el-collapse-item
title=
"v3.3.0 - 2020-12-14"
>
<ol>
<ol>
<li>
新增缓存监控功能
</li>
<li>
新增缓存监控功能
</li>
...
@@ -493,7 +525,7 @@ export default {
...
@@ -493,7 +525,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
version
:
"
3.
3
.0
"
,
version
:
"
3.
4
.0
"
,
};
};
},
},
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