lsc 1 년 전
부모
커밋
48f78b59cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/aiAddCourse/addCourse.vue

+ 1 - 1
src/components/pages/aiAddCourse/addCourse.vue

@@ -9029,7 +9029,7 @@ export default {
           id: this.templateid
         }
         this.ajax
-        .get(this.$store.state.api + "selectTipsTemplateById", params)
+        .get(this.$store.state.api + "selectTipsTemplateByIdHK", params)
         .then((res) => {
           if(res.data[0].length){
             this.tipsJson = res.data[0][0]