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
15abd4d0
Commit
15abd4d0
authored
Sep 08, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化提示
parent
a7376b36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
14 deletions
+1
-14
ruoyi-ui/src/components/ThemePicker/index.vue
ruoyi-ui/src/components/ThemePicker/index.vue
+0
-11
ruoyi-ui/src/utils/request.js
ruoyi-ui/src/utils/request.js
+1
-1
ruoyi-ui/src/views/tool/gen/index.vue
ruoyi-ui/src/views/tool/gen/index.vue
+0
-2
No files found.
ruoyi-ui/src/components/ThemePicker/index.vue
View file @
15abd4d0
...
...
@@ -47,14 +47,6 @@ export default {
const
themeCluster
=
this
.
getThemeCluster
(
val
.
replace
(
'
#
'
,
''
))
const
originalCluster
=
this
.
getThemeCluster
(
oldVal
.
replace
(
'
#
'
,
''
))
const
$message
=
this
.
$message
({
message
:
'
正在切换主题,请稍后...
'
,
customClass
:
'
theme-message
'
,
type
:
'
success
'
,
duration
:
0
,
iconClass
:
'
el-icon-loading
'
})
const
getHandler
=
(
variable
,
id
)
=>
{
return
()
=>
{
const
originalCluster
=
this
.
getThemeCluster
(
ORIGINAL_THEME
.
replace
(
'
#
'
,
''
))
...
...
@@ -91,9 +83,6 @@ export default {
})
this
.
$emit
(
'
change
'
,
val
)
$message
.
close
()
},
updateStyle
(
style
,
oldCluster
,
newCluster
)
{
...
...
ruoyi-ui/src/utils/request.js
View file @
15abd4d0
...
...
@@ -66,7 +66,7 @@ service.interceptors.response.use(res => {
location
.
href
=
'
/index
'
;
})
}).
catch
(()
=>
{});
return
Promise
.
reject
(
'
令牌验证失败
'
)
return
Promise
.
reject
(
'
无效的会话,或者会话已过期,请重新登录。
'
)
}
else
if
(
code
===
500
)
{
Message
({
message
:
msg
,
...
...
ruoyi-ui/src/views/tool/gen/index.vue
View file @
15abd4d0
...
...
@@ -239,8 +239,6 @@ export default {
if
(
time
!=
null
&&
time
!=
this
.
uniqueId
)
{
this
.
uniqueId
=
time
;
this
.
queryParams
.
pageNum
=
Number
(
this
.
$route
.
query
.
pageNum
);
this
.
dateRange
=
[];
this
.
resetForm
(
"
queryForm
"
);
this
.
getList
();
}
},
...
...
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