mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-08 07:23:15 +08:00
refactor: 默认租户id提取为常量
This commit is contained in:
@@ -26,3 +26,8 @@ export const SUPPORT_LANGUAGES: LanguageOption[] = [
|
|||||||
value: 'en-US',
|
value: 'en-US',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 默认租户ID
|
||||||
|
*/
|
||||||
|
export const DEFAULT_TENANT_ID = '000000';
|
||||||
|
|||||||
Reference in New Issue
Block a user