mo 3 years ago
parent
commit
1ebf48c164
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportForm/index.vue

+ 1 - 1
src/views/reportForm/index.vue

@@ -1444,7 +1444,7 @@ export default {
         this,
         {
           method: "post",
-          url: "/api-web/export/export/vipCourseInfo",
+          url: "/api-web/export/vipCourseInfo",
           params: this.$helpers.qs.stringify({
             ...data,
           }),