Skip to content

Commit

Permalink
修改侧边栏的平台标题内容与process.env.VITE_APP_TITLE保持同步
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Jun 29, 2023
1 parent 9e7d462 commit fab5c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/components/Sidebar/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defineProps({
}
})
const title = ref('若依管理系统');
const title = import.meta.env.VITE_APP_TITLE;
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>
Expand Down

0 comments on commit fab5c92

Please sign in to comment.