Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
bf83fe56
Commit
bf83fe56
authored
Oct 19, 2022
by
RuoYi
Browse files
修复主题颜色在Drawer组件不会加载问题(I5VCF0)
parent
6505432b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
>
export
default
{
import
ThemePicker
from
"
@/components/ThemePicker
"
;
name
:
'
App
'
,
export
default
{
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
Supports
Markdown
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