feat: 渲染器增加 sentry 上报错误

This commit is contained in:
wangxuefeng
2025-03-12 11:48:55 +08:00
parent 898ab51736
commit e677d4fc9e
16 changed files with 562 additions and 587 deletions

View File

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