refactor(tenant): refine menu scope boundaries and document plan/tenant menu design

This commit is contained in:
Ray.Hao
2026-01-25 11:15:59 +08:00
parent 3879105e15
commit 3f8393813b
20 changed files with 959 additions and 158 deletions

View File

@@ -18,6 +18,14 @@ export const APP_PREFIX = "vea";
*/
export const ROLE_ROOT = "ROOT";
/**
* 平台租户ID
*
* @description
* 用于前端识别平台租户(不参与套餐/菜单配置)
*/
export const PLATFORM_TENANT_ID = 0;
/**
* 存储键名常量
*