RuoYi
2025-05-07 b80932ceb4dd7e69b8ea18bb0805e0cf23464862
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
    }
  }