From 5a9a9c68b84ceb22afd8a56886a6831358998900 Mon Sep 17 00:00:00 2001 From: woshiqp465 Date: Sun, 5 Oct 2025 15:13:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=BAworkspace=E5=B7=A5=E4=BD=9C=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web-antd/src/preferences.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index f38d95d3..7f406218 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -11,7 +11,7 @@ export const overridesPreferences = defineOverridesPreferences({ name: 'Vben Admin Antd', // 固定网站名称,不随语言改变 locale: 'zh-CN', // 默认语言为中文 theme: 'dark', // 默认深色主题 - defaultHomePath: '/dashboard-finance', // 默认首页改为财务仪表板 + defaultHomePath: '/workspace', // 设置默认首页为workspace }, sidebar: { collapsed: false, // 侧边栏默认展开