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
5e64a93d
Commit
5e64a93d
authored
May 25, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若依 3.5.0
parent
4aabf5d8
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
53 additions
and
13 deletions
+53
-13
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/public/index.html
ruoyi-ui/public/index.html
+1
-1
ruoyi-ui/src/views/index.vue
ruoyi-ui/src/views/index.vue
+41
-1
ruoyi-ui/src/views/system/notice/index.vue
ruoyi-ui/src/views/system/notice/index.vue
+1
-1
No files found.
pom.xml
View file @
5e64a93d
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
<artifactId>
ruoyi
</artifactId>
<artifactId>
ruoyi
</artifactId>
<version>
3.
4
.0
</version>
<version>
3.
5
.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.
4
.0
</ruoyi.version>
<ruoyi.version>
3.
5
.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 @
5e64a93d
...
@@ -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.
4
.0
</version>
<version>
3.
5
.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 @
5e64a93d
...
@@ -3,7 +3,7 @@ ruoyi:
...
@@ -3,7 +3,7 @@ ruoyi:
# 名称
# 名称
name
:
RuoYi
name
:
RuoYi
# 版本
# 版本
version
:
3.
4
.0
version
:
3.
5
.0
# 版权年份
# 版权年份
copyrightYear
:
2021
copyrightYear
:
2021
# 实例演示开关
# 实例演示开关
...
...
ruoyi-common/pom.xml
View file @
5e64a93d
...
@@ -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.
4
.0
</version>
<version>
3.
5
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-framework/pom.xml
View file @
5e64a93d
...
@@ -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.
4
.0
</version>
<version>
3.
5
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-generator/pom.xml
View file @
5e64a93d
...
@@ -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.
4
.0
</version>
<version>
3.
5
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-quartz/pom.xml
View file @
5e64a93d
...
@@ -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.
4
.0
</version>
<version>
3.
5
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-system/pom.xml
View file @
5e64a93d
...
@@ -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.
4
.0
</version>
<version>
3.
5
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
ruoyi-ui/package.json
View file @
5e64a93d
{
{
"name"
:
"ruoyi"
,
"name"
:
"ruoyi"
,
"version"
:
"3.
4
.0"
,
"version"
:
"3.
5
.0"
,
"description"
:
"若依管理系统"
,
"description"
:
"若依管理系统"
,
"author"
:
"若依"
,
"author"
:
"若依"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
ruoyi-ui/public/index.html
View file @
5e64a93d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title><
%=
webpackConfig
.
name
%
></title>
<title><
%=
webpackConfig
.
name
%
></title>
<!--[if lt IE 11]><script>window.location.href='html/ie.html';</script><![endif]-->
<!--[if lt IE 11]><script>window.location.href='
/
html/ie.html';</script><![endif]-->
<style>
<style>
html
,
html
,
body
,
body
,
...
...
ruoyi-ui/src/views/index.vue
View file @
5e64a93d
...
@@ -147,6 +147,46 @@
...
@@ -147,6 +147,46 @@
<span>
更新日志
</span>
<span>
更新日志
</span>
</div>
</div>
<el-collapse
accordion
>
<el-collapse
accordion
>
<el-collapse-item
title=
"v3.5.0 - 2021-05-25"
>
<ol>
<li>
新增菜单导航显示风格TopNav(false为左侧导航菜单,true为顶部导航菜单)
</li>
<li>
布局设置支持保存
&
重置配置
</li>
<li>
修复树表数据显示不全
&
加载慢问题
</li>
<li>
新增IE浏览器版本过低提示页面
</li>
<li>
用户登录后记录最后登录IP
&
时间
</li>
<li>
页面导出按钮点击之后添加遮罩
</li>
<li>
富文本编辑器支持自定义上传地址
</li>
<li>
富文本编辑组件新增readOnly属性
</li>
<li>
页签TagsView新增关闭右侧功能
</li>
<li>
显隐列组件加载初始默认隐藏列
</li>
<li>
关闭头像上传窗口还原默认图片
</li>
<li>
个人信息添加手机
&
邮箱重复验证
</li>
<li>
代码生成模板导出按钮点击后添加遮罩
</li>
<li>
代码生成模板树表操作列添加新增按钮
</li>
<li>
代码生成模板修复主子表字段重名问题
</li>
<li>
升级fastjson到最新版1.2.76
</li>
<li>
升级druid到最新版本v1.2.6
</li>
<li>
升级mybatis到最新版3.5.6 阻止远程代码执行漏洞
</li>
<li>
升级oshi到最新版本v5.6.0
</li>
<li>
velocity剔除commons-collections版本,防止3.2.1版本的反序列化漏洞
</li>
<li>
数据监控页默认账户密码防止越权访问
</li>
<li>
修复firefox下表单构建拖拽会新打卡一个选项卡
</li>
<li>
修正后端导入表权限标识
</li>
<li>
修正前端操作日志
&
登录日志权限标识
</li>
<li>
设置Redis配置HashKey序列化
</li>
<li>
删除操作日志记录信息
</li>
<li>
上传媒体类型添加视频格式
</li>
<li>
修复请求形参未传值记录日志异常问题
</li>
<li>
优化xss校验json请求条件
</li>
<li>
树级结构更新子节点使用replaceFirst
</li>
<li>
优化ExcelUtil空值处理
</li>
<li>
日志记录过滤BindingResult对象,防止异常
</li>
<li>
修改主题后mini类型按钮无效问题
</li>
<li>
优化通用下载完成后删除节点
</li>
<li>
通用Controller添加响应返回消息
</li>
<li>
其他细节优化
</li>
</ol>
</el-collapse-item>
<el-collapse-item
title=
"v3.4.0 - 2021-02-22"
>
<el-collapse-item
title=
"v3.4.0 - 2021-02-22"
>
<ol>
<ol>
<li>
代码生成模板支持主子表
</li>
<li>
代码生成模板支持主子表
</li>
...
@@ -526,7 +566,7 @@ export default {
...
@@ -526,7 +566,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
version
:
"
3.
4
.0
"
,
version
:
"
3.
5
.0
"
,
};
};
},
},
methods
:
{
methods
:
{
...
...
ruoyi-ui/src/views/system/notice/index.vue
View file @
5e64a93d
...
@@ -176,7 +176,7 @@
...
@@ -176,7 +176,7 @@
<
/template>
<
/template>
<
script
>
<
script
>
import
{
listNotice
,
getNotice
,
delNotice
,
addNotice
,
updateNotice
,
exportNotice
}
from
"
@/api/system/notice
"
;
import
{
listNotice
,
getNotice
,
delNotice
,
addNotice
,
updateNotice
}
from
"
@/api/system/notice
"
;
import
Editor
from
'
@/components/Editor
'
;
import
Editor
from
'
@/components/Editor
'
;
export
default
{
export
default
{
...
...
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