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
2116ee18
Commit
2116ee18
authored
Jan 04, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright
parent
57a2eb42
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ruoyi-admin/src/main/resources/application.yml
ruoyi-admin/src/main/resources/application.yml
+1
-1
ruoyi-ui/src/layout/components/TagsView/index.vue
ruoyi-ui/src/layout/components/TagsView/index.vue
+1
-1
ruoyi-ui/src/views/login.vue
ruoyi-ui/src/views/login.vue
+1
-1
No files found.
ruoyi-admin/src/main/resources/application.yml
View file @
2116ee18
...
@@ -5,7 +5,7 @@ ruoyi:
...
@@ -5,7 +5,7 @@ ruoyi:
# 版本
# 版本
version
:
3.3.0
version
:
3.3.0
# 版权年份
# 版权年份
copyrightYear
:
202
0
copyrightYear
:
202
1
# 实例演示开关
# 实例演示开关
demoEnabled
:
true
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
...
...
ruoyi-ui/src/layout/components/TagsView/index.vue
View file @
2116ee18
...
@@ -153,7 +153,7 @@ export default {
...
@@ -153,7 +153,7 @@ export default {
})
})
},
},
closeOthersTags
()
{
closeOthersTags
()
{
this
.
$router
.
push
(
this
.
selectedTag
)
this
.
$router
.
push
(
this
.
selectedTag
)
.
catch
(()
=>
{});
this
.
$store
.
dispatch
(
'
tagsView/delOthersViews
'
,
this
.
selectedTag
).
then
(()
=>
{
this
.
$store
.
dispatch
(
'
tagsView/delOthersViews
'
,
this
.
selectedTag
).
then
(()
=>
{
this
.
moveToCurrentTag
()
this
.
moveToCurrentTag
()
})
})
...
...
ruoyi-ui/src/views/login.vue
View file @
2116ee18
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
</el-form>
</el-form>
<!-- 底部 -->
<!-- 底部 -->
<div
class=
"el-login-footer"
>
<div
class=
"el-login-footer"
>
<span>
Copyright © 2018-202
0
ruoyi.vip All Rights Reserved.
</span>
<span>
Copyright © 2018-202
1
ruoyi.vip All Rights Reserved.
</span>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
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