소스 검색

修改下载接口

plg 9 달 전
부모
커밋
51519046b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/manage/channelManagement/channelManagement.vue

+ 1 - 1
src/views/manage/channelManagement/channelManagement.vue

@@ -450,7 +450,7 @@ export default {
       }
     
       this.loadingInstance=  Loading.service(this.optionsLoad);
-      this.$http.post(`/plan/generate/report`, params, (res) => {
+      this.$http.post(`/generate/report`, params, (res) => {
         if (res && res.code == 200) {
           // this.currentDownFun(res.data);
           let a = document.createElement("a");