mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 01:25:07 +08:00
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:
@ -681,7 +681,7 @@ export default {
|
||||
202: '一個請求已經進入後台排隊(異步任務)。',
|
||||
204: '刪除數據成功。',
|
||||
400: '發出的請求有錯誤,服務器沒有進行新建或修改數據的操作。',
|
||||
401: '用戶沒有權限(Token、用戶名、密碼錯誤)。',
|
||||
401: '請重新登入。',
|
||||
403: '用戶得到授權,但是訪問是被禁止的。',
|
||||
404: '發出的請求針對的是不存在的記錄,服務器沒有進行操作。',
|
||||
406: '請求的格式不可得。',
|
||||
|
||||
Reference in New Issue
Block a user