lsc 2 년 전
부모
커밋
7ae4eeaac7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/scourse.vue

+ 1 - 1
src/components/pages/scourse.vue

@@ -475,7 +475,7 @@ export default {
             cid: cid,
           };
           this.ajax
-            .get(this.$store.state.api + "deleteCourse", params)
+            .get(this.$store.state.api + "deleteStudentCourse", params)
             .then((res) => {
               this.isLoading = false;
               this.$message.success("删除成功");