RuoYi
2024-11-25 6061c3548fb5c0e1bbae21c7648d4a4400e994a6
src/layout/components/Sidebar/Logo.vue
@@ -25,7 +25,7 @@
  }
})
const title = ref('若依管理系统');
const title = import.meta.env.VITE_APP_TITLE;
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>