代码更新

This commit is contained in:
2022-11-19 15:17:02 +08:00
parent 6f16f96020
commit 771c117724
8 changed files with 992 additions and 353 deletions

View File

@@ -24,4 +24,12 @@ export function edit(data) {
})
}
export default { add, edit, del }
export function charge(data) {
return request({
url: 'api/incharge/charge',
method: 'post',
data
})
}
export default { add, edit, del, charge }