fix: 重复提交时间2秒内
This commit is contained in:
@@ -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!';
|
||||
|
||||
Reference in New Issue
Block a user