odc.xiaohui
2023-11-09 b3950b71def7ced271171626c4c883f66fa036e3
src/layout/components/Sidebar/Logo.vue
@@ -35,7 +35,7 @@
    }
})
const title = ref('RuoYi-Vue-Plus');
const title = ref('文件管理系统');
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>