fix: 重复提交时间2秒内

This commit is contained in:
TsMask
2023-10-11 14:19:54 +08:00
parent 5b220260b6
commit d0cfe66a7c
2 changed files with 12 additions and 5 deletions

View File

@@ -20,4 +20,7 @@ export const RESULT_MSG_NOT_TYPE = 'Unknown response data type!';
export const RESULT_MSG_SERVER_ERROR = 'Server connection error!';
/**响应-请求地址未找到 */
export const RESULT_MSG_URL_NOTFOUND = 'Request address not found!';
export const RESULT_MSG_URL_NOTFOUND = 'Request address not found!';
/**响应-数据正在处理,请勿重复提交 */
export const RESULT_MSG_URL_RESUBMIT = 'Data is being processed, please do not resubmit!';