perf:完善readme

This commit is contained in:
yz
2023-03-06 23:30:58 +08:00
parent 96f83612a1
commit 3b0f1efae1
3 changed files with 46 additions and 2 deletions

View File

@@ -133,8 +133,6 @@ async function post(url, data = {}) {
newData = {...data};
}
console.log(newData);
return req(url, {method: 'POST', data: newData});
}