Skip to content

Commit fab5c92

Browse files
committed
修改侧边栏的平台标题内容与process.env.VITE_APP_TITLE保持同步
1 parent 9e7d462 commit fab5c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/components/Sidebar/Logo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defineProps({
2525
}
2626
})
2727
28-
const title = ref('若依管理系统');
28+
const title = import.meta.env.VITE_APP_TITLE;
2929
const settingsStore = useSettingsStore();
3030
const sideTheme = computed(() => settingsStore.sideTheme);
3131
</script>

0 commit comments

Comments
 (0)