localhost_oa_based/src/constants/system.constant.ts

7 lines
234 B
TypeScript
Raw Normal View History

2024-02-28 17:02:46 +08:00
export const SYS_USER_INITPASSWORD = 'sys_user_initPassword';
export const SYS_API_TOKEN = 'sys_api_token';
2024-02-28 08:32:35 +08:00
/** 超级管理员用户 id */
2024-02-28 17:02:46 +08:00
export const ROOT_USER_ID = 1;
2024-02-28 08:32:35 +08:00
/** 超级管理员角色 id */
2024-02-28 17:02:46 +08:00
export const ROOT_ROLE_ID = 1;