ruoyi-ui/src/layout/components/Sidebar/Logo.vue
@@ -27,7 +27,7 @@ }, computed: { variables() { return variables; return variables }, sideTheme() { return this.$store.state.settings.sideTheme @@ -35,7 +35,7 @@ }, data() { return { title: '若依管理系统', title: process.env.VUE_APP_TITLE, logo: logoImg } }