Browse Source

修改下载接口

plg 5 tháng trước cách đây
mục cha
commit
51519046b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");