yellowtaotao %!s(int64=3) %!d(string=hai) anos
pai
achega
a43c52d6c4
Modificáronse 1 ficheiros con 1 adicións e 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) {