mayf
2024-09-09 e7e014b02e52297c5de0c4c7951c0086debde9b8
1
2
3
4
5
6
7
export default {
  apiNotfound: 'Api not found',
  serverError: 'Server error',
  networkError: 'Network error',
  connectTimeout: 'Request timeout',
  frequentError: 'System operation is too frequent, please try again later!',
}