mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 23:53:55 +08:00
修复了”删除“和”批量删除“的bug
This commit is contained in:
@@ -115,7 +115,6 @@ export default {
|
||||
},
|
||||
// 删除
|
||||
deleteParam(ids, callback) {
|
||||
console.log(4444,ids )
|
||||
RequestService.sendRequest()
|
||||
.url(`${getServiceUrl()}/admin/params/delete`)
|
||||
.method('POST')
|
||||
|
||||
Reference in New Issue
Block a user