cloudroam
2024-12-06 78a2c4c89654d905e8578a0a94b103224b5cc777
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!',
}