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
bf83fe56
Commit
bf83fe56
authored
Oct 19, 2022
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复主题颜色在Drawer组件不会加载问题(I5VCF0)
parent
6505432b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
ruoyi-ui/src/App.vue
ruoyi-ui/src/App.vue
+12
-3
No files found.
ruoyi-ui/src/App.vue
View file @
bf83fe56
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<router-view
/>
<router-view
/>
<theme-picker
/>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
ThemePicker
from
"
@/components/ThemePicker
"
;
export
default
{
export
default
{
name
:
'
App
'
,
name
:
"
App
"
,
components
:
{
ThemePicker
},
metaInfo
()
{
metaInfo
()
{
return
{
return
{
title
:
this
.
$store
.
state
.
settings
.
dynamicTitle
&&
this
.
$store
.
state
.
settings
.
title
,
title
:
this
.
$store
.
state
.
settings
.
dynamicTitle
&&
this
.
$store
.
state
.
settings
.
title
,
...
@@ -15,5 +19,10 @@ export default {
...
@@ -15,5 +19,10 @@ export default {
}
}
}
}
}
}
}
}
;
</
script
>
</
script
>
<
style
scoped
>
#app
.theme-picker
{
display
:
none
;
}
</
style
>
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