提交 bf39e129 编写于 作者: View Design's avatar View Design

Update useRequest.js

上级 93cee9d8
...@@ -26,7 +26,7 @@ const request = async (url, options = {}) => { ...@@ -26,7 +26,7 @@ const request = async (url, options = {}) => {
} }
} }
return await useFetch(fullUrl, Object.assign(config, options)) return useFetch(fullUrl, Object.assign(config, options));
} }
export default request export default request
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册