refactor: 默认租户id提取为常量
This commit is contained in:
parent
17e82fb766
commit
db955071d7
@ -26,3 +26,8 @@ export const SUPPORT_LANGUAGES: LanguageOption[] = [
|
|||||||
value: 'en-US',
|
value: 'en-US',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 默认租户ID
|
||||||
|
*/
|
||||||
|
export const DEFAULT_TENANT_ID = '000000';
|
||||||
|
Loading…
Reference in New Issue
Block a user