RuoYi
2023-06-29 fab5c92d26bc1cef065560ee037700d8939463ac
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>