RuoYi
2024-06-30 c01ac5ccacb2dc6ba1bf239c03370469b59a2ffc
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>