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

@ -472,6 +472,12 @@ declare namespace App {
adminVisible: string;
adminOrUserVisible: string;
};
request: {
repeatedErrorOccurOnce: string;
repeatedError: string;
repeatedErrorMsg1: string;
repeatedErrorMsg2: string;
};
};
manage: {
common: {