RuoYi
2023-11-30 0b124ef12b8c36c117302991c359d5a745304dfd
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>