perf:完善readme
This commit is contained in:
@@ -133,8 +133,6 @@ async function post(url, data = {}) {
|
||||
newData = {...data};
|
||||
}
|
||||
|
||||
console.log(newData);
|
||||
|
||||
return req(url, {method: 'POST', data: newData});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user