refactor: 默认租户id提取为常量

This commit is contained in:
dap 2025-03-23 00:59:07 +08:00
parent 17e82fb766
commit db955071d7

View File

@ -26,3 +26,8 @@ export const SUPPORT_LANGUAGES: LanguageOption[] = [
value: 'en-US',
},
];
/**
* ID
*/
export const DEFAULT_TENANT_ID = '000000';