yellowtaotao 3 년 전
부모
커밋
a43c52d6c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.toBindCarouselData.imageUrl,
       };
       };
       this.$_http
       this.$_http
-        .post(this.$_API.INTERFACE_POST_CAROUSELS_ADD, params)
+        .put(this.$_API.INTERFACE_POST_CAROUSELS_ADD, params)
         .then((res) => {
         .then((res) => {
           if (res.success && res.data) {
           if (res.success && res.data) {
             if (this.toBindCarouselData.id) {
             if (this.toBindCarouselData.id) {