refactor:修改默认首页为 workspace 工作台

This commit is contained in:
YunaiV
2025-04-19 16:51:08 +08:00
parent 704ceac29b
commit c97469f5d5
2 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ export const LOGIN_PATH = '/auth/login';
/**
* @zh_CN 默认首页地址
*/
export const DEFAULT_HOME_PATH = '/analytics';
export const DEFAULT_HOME_PATH = '/workspace';
export interface LanguageOption {
label: string;