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
5139265d
Commit
5139265d
authored
Aug 13, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认首页使用keep-alive缓存
parent
8a67af6c
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
7 deletions
+5
-7
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysConfigServiceImpl.java
...a/com/ruoyi/system/service/impl/SysConfigServiceImpl.java
+0
-1
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictTypeServiceImpl.java
...com/ruoyi/system/service/impl/SysDictTypeServiceImpl.java
+0
-1
ruoyi-ui/src/router/index.js
ruoyi-ui/src/router/index.js
+2
-2
ruoyi-ui/src/utils/request.js
ruoyi-ui/src/utils/request.js
+1
-1
ruoyi-ui/src/views/index.vue
ruoyi-ui/src/views/index.vue
+1
-1
ruoyi-ui/src/views/system/role/selectUser.vue
ruoyi-ui/src/views/system/role/selectUser.vue
+1
-1
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysConfigServiceImpl.java
View file @
5139265d
...
@@ -13,7 +13,6 @@ import com.ruoyi.system.mapper.SysConfigMapper;
...
@@ -13,7 +13,6 @@ import com.ruoyi.system.mapper.SysConfigMapper;
import
com.ruoyi.system.service.ISysConfigService
;
import
com.ruoyi.system.service.ISysConfigService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
javax.annotation.PostConstruct
;
import
javax.annotation.PostConstruct
;
import
java.util.Collection
;
import
java.util.Collection
;
import
java.util.List
;
import
java.util.List
;
...
...
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictTypeServiceImpl.java
View file @
5139265d
...
@@ -12,7 +12,6 @@ import com.ruoyi.system.service.ISysDictTypeService;
...
@@ -12,7 +12,6 @@ import com.ruoyi.system.service.ISysDictTypeService;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
import
org.springframework.transaction.annotation.Transactional
;
import
javax.annotation.PostConstruct
;
import
javax.annotation.PostConstruct
;
import
java.util.List
;
import
java.util.List
;
...
...
ruoyi-ui/src/router/index.js
View file @
5139265d
...
@@ -66,8 +66,8 @@ export const constantRoutes = [
...
@@ -66,8 +66,8 @@ export const constantRoutes = [
{
{
path
:
'
index
'
,
path
:
'
index
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/index
'
],
resolve
),
component
:
(
resolve
)
=>
require
([
'
@/views/index
'
],
resolve
),
name
:
'
首页
'
,
name
:
'
Index
'
,
meta
:
{
title
:
'
首页
'
,
icon
:
'
dashboard
'
,
noCache
:
true
,
affix
:
true
}
meta
:
{
title
:
'
首页
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
}
}
]
]
},
},
...
...
ruoyi-ui/src/utils/request.js
View file @
5139265d
...
@@ -64,7 +64,7 @@ service.interceptors.response.use(res => {
...
@@ -64,7 +64,7 @@ service.interceptors.response.use(res => {
location
.
href
=
'
/index
'
;
location
.
href
=
'
/index
'
;
})
})
}).
catch
(()
=>
{});
}).
catch
(()
=>
{});
return
Promise
.
reject
()
return
Promise
.
reject
(
'
令牌验证失败
'
)
}
else
if
(
code
===
500
)
{
}
else
if
(
code
===
500
)
{
Message
({
Message
({
message
:
msg
,
message
:
msg
,
...
...
ruoyi-ui/src/views/index.vue
View file @
5139265d
...
@@ -601,7 +601,7 @@
...
@@ -601,7 +601,7 @@
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"
i
ndex
"
,
name
:
"
I
ndex
"
,
data
()
{
data
()
{
return
{
return
{
// 版本号
// 版本号
...
...
ruoyi-ui/src/views/system/role/selectUser.vue
View file @
5139265d
...
@@ -64,7 +64,7 @@ export default {
...
@@ -64,7 +64,7 @@ export default {
props
:
{
props
:
{
// 角色编号
// 角色编号
roleId
:
{
roleId
:
{
type
:
String
type
:
[
Number
,
String
]
}
}
},
},
data
()
{
data
()
{
...
...
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