yellowtaotao 3 years ago
parent
commit
a43c52d6c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/articleManagement/articleCarouselUpload.vue

+ 1 - 1
src/views/articleManagement/articleCarouselUpload.vue

@@ -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) {