RuoYi
2025-12-04 1c4dbb1e46a25bb8e1b824cd5d580ce616316b28
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
    }
  }