This commit is contained in:
2025-08-15 21:57:59 +08:00
parent 0df7221c10
commit 4e26581af6
7 changed files with 8 additions and 7 deletions

View File

@ -34,7 +34,7 @@ defineProps({
}
});
const title = ref('新能源项目管理平台');
const title = ref('煤科建管平台');
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>