Feat: If the user is not logged in, jump to the login page by refreshing. (#5451)

### What problem does this PR solve?

Feat: If the user is not logged in, jump to the login page by
refreshing.
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-27 18:48:53 +08:00
committed by GitHub
parent 83d0949498
commit 8b2c04abc4
7 changed files with 15 additions and 10 deletions

View File

@ -699,7 +699,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
202: '一个请求已经进入后台排队(异步任务)。',
204: '删除数据成功。',
400: '发出的请求有错误,服务器没有进行新建或修改数据的操作。',
401: '用户没有权限Token、用户名、密码错误。',
401: '请重新登录。',
403: '用户得到授权,但是访问是被禁止的。',
404: '发出的请求针对的是不存在的记录,服务器没有进行操作。',
406: '请求的格式不可得。',