feat:动态路由样式调整

This commit is contained in:
有来技术
2021-11-28 22:49:07 +08:00
parent b048d19d22
commit 1d21c6b098
15 changed files with 146 additions and 150 deletions

View File

@@ -64,7 +64,7 @@ export default {
return store.state.app.sidebar
})
const device = computed(() => {
return store.state.app.device.toString()
return store.state.app.device
})
const avatar = computed(() => {
return store.state.user.avatar