Commit 0573938b authored by 程卓's avatar 程卓
parents fadafc1e 4d3144bc
......@@ -207,6 +207,9 @@ export default {
post(args) {
return request({ method: 'POST', ...args })
},
postSync(args) {
return request({ method: 'POST', ...args })
},
put(args) {
return request({ method: 'PUT', ...args })
},
......
This diff is collapsed.
This diff is collapsed.
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