fix: 默认超时时间30_000
This commit is contained in:
@@ -86,7 +86,7 @@ const baseUrl = import.meta.env.PROD
|
||||
/**默认请求参数 */
|
||||
const FATCH_OPTIONS: OptionsType = {
|
||||
baseUrl: baseUrl,
|
||||
timeout: 30 * 1000,
|
||||
timeout: 30_000,
|
||||
url: '',
|
||||
method: 'get',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user