We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7d462 commit fab5c92Copy full SHA for fab5c92
src/layout/components/Sidebar/Logo.vue
@@ -25,7 +25,7 @@ defineProps({
25
}
26
})
27
28
-const title = ref('若依管理系统');
+const title = import.meta.env.VITE_APP_TITLE;
29
const settingsStore = useSettingsStore();
30
const sideTheme = computed(() => settingsStore.sideTheme);
31
</script>
0 commit comments