@@ -110,7 +110,7 @@
item.isFocus = true
})
} else {
- this.$http.delete('/trade/collection/' + item.cmpId).then(response => {
+ this.$http.post('/trade/collection/delete/cmpId', [item.cmpId]).then(response => {
item.isFocus = false
}