feat(projects): support repeated request errors occur once in a short time. close #368, close #369

This commit is contained in:
Soybean
2024-04-27 02:29:39 +08:00
parent 42f950f819
commit e3bd397248
7 changed files with 90 additions and 12 deletions

View File

@ -287,6 +287,12 @@ const local: App.I18n.Schema = {
superAdminVisible: '超级管理员可见',
adminVisible: '管理员可见',
adminOrUserVisible: '管理员和用户可见'
},
request: {
repeatedErrorOccurOnce: '重复请求错误只出现一次',
repeatedError: '重复请求错误',
repeatedErrorMsg1: '自定义请求错误 1',
repeatedErrorMsg2: '自定义请求错误 2'
}
},
manage: {