RuoYi
2025-04-27 7b6fdb3a893275ff82ba5c868287a1e12dcd75f1
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
    }
  }