|
@@ -462,7 +462,7 @@ export default {
|
|
|
: this.toBindCarouselData.imageUrl,
|
|
|
};
|
|
|
this.$_http
|
|
|
- .post(this.$_API.INTERFACE_POST_CAROUSELS_ADD, params)
|
|
|
+ .put(this.$_API.INTERFACE_POST_CAROUSELS_ADD, params)
|
|
|
.then((res) => {
|
|
|
if (res.success && res.data) {
|
|
|
if (this.toBindCarouselData.id) {
|