Commit 4ce007dc by zhaochengxiang

bug fix

parent a2bbb17a
...@@ -96,7 +96,7 @@ const callback = resp => { ...@@ -96,7 +96,7 @@ const callback = resp => {
throw resp.data; throw resp.data;
} }
return resp.data || resp; return resp.data;
} }
export function Get(url, params) { export function Get(url, params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment