fix: Fixed the issue where no error message was displayed when uploading a file that was too large #2258 (#2697)

### What problem does this PR solve?

fix: Fixed the issue where no error message was displayed when uploading
a file that was too large #2258

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-10-01 16:37:46 +08:00
committed by GitHub
parent 1518824b0c
commit 62202b7eff
4 changed files with 9 additions and 0 deletions

View File

@@ -563,6 +563,7 @@ export default {
404: '發出的請求針對的是不存在的記錄,服務器沒有進行操作。',
406: '請求的格式不可得。',
410: '請求的資源被永久刪除,且不會再得到的。',
413: '上傳的檔案總大小太大',
422: '當創建一個對象時,發生一個驗證錯誤。',
500: '服務器發生錯誤,請檢查服務器。',
502: '網關錯誤。',