This commit is contained in:
lb
2023-11-30 14:19:13 +08:00
parent 50a75dcb74
commit 69b6942f35
2 changed files with 6 additions and 7 deletions

View File

@@ -78,7 +78,6 @@ export default {
return this.http(this.infoUrl == '' ? this.infoPath : this.infoUrl, 'get', payload);
},
del(payload) {
debugger;
return this.http(this.deleteUrl == '' ? this.deletePath : this.deleteUrl, 'delete', payload);
},