-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代理后,比axios原来的返回多了个xhr对象,导致对返回的response做JSON.stringnify处理报错 #95
Comments
open: function open(args, xhr) {
|
@hzr5700 |
使用proxy代理后,然后再执行接口请求axios.get(url).then(response => {return JSON.parse(JSON.stringnify(response))});使用JSON.stringnify处理报错。代理代码:proxy({ |
No description provided.
The text was updated successfully, but these errors were encountered: