yellowtaotao hace 3 años
padre
commit
a43c52d6c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {