Skip to content

Commit 96ffec6

Browse files
committed
feat: use-request/useRequestProvider global option
1 parent 7ff362f commit 96ffec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/hooks/src/useRequest/useRequestImplement.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ function useRequestImplement<TData, TParams extends any[]>(
6060
Object.assign({}, ...initState, state),
6161
)
6262

63-
console.log(fetchOptions)
64-
6563
fetchInstance.options = fetchOptions
6664

6765
// 运行插件

0 commit comments

Comments
 (0)