#
zhou zhou
3 天以前 2812a2504ec3d0a98fa7e6204e6048584723adab
rsf-design/src/utils/http/index.js
@@ -3,7 +3,7 @@
import { ApiStatus } from './status'
import { HttpError, handleError, showError, showSuccess } from './error'
import { $t } from '@/locales'
const REQUEST_TIMEOUT = 15e3
const REQUEST_TIMEOUT = 30e3
const LOGOUT_DELAY = 500
const MAX_RETRIES = 0
const RETRY_DELAY = 1e3