!245 update 页面中的标题都从配置项获取

* update 规范环境变量命名
* update 将页面中的标题都从配置项获取
This commit is contained in:
Lau
2025-09-28 03:27:45 +00:00
committed by 疯狂的狮子Li
parent 9c84bf242c
commit 53e7d03a1c
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ defineProps({
}
});
const title = ref('RuoYi-Vue-Plus');
const title = import.meta.env.VITE_APP_LOGO_TITLE;
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>