mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 20:22:01 +08:00
refactor: 登录超时逻辑
This commit is contained in:
@@ -26,3 +26,13 @@ export const SUPPORT_LANGUAGES: LanguageOption[] = [
|
||||
* 默认租户ID
|
||||
*/
|
||||
export const DEFAULT_TENANT_ID = '000000';
|
||||
|
||||
/**
|
||||
* 业务成功 状态码
|
||||
*/
|
||||
export const BUSINESS_SUCCESS_CODE = 200;
|
||||
|
||||
/**
|
||||
* 未授权 状态码(登录超时)
|
||||
*/
|
||||
export const UNAUTHORIZED_CODE = 401;
|
||||
|
||||
Reference in New Issue
Block a user