code cleanup

This commit is contained in:
marvzhang
2020-07-15 11:17:07 +08:00
parent a3d82c40c0
commit 061fed4bbd
10 changed files with 33 additions and 405 deletions

View File

@@ -16,7 +16,7 @@ const put = (path, data) => {
const del = (path, data) => {
return service.delete(path, {
params: data
data
})
}
const request = service.request