11wqe1 1 개월 전
부모
커밋
5ed6a57743
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/liyuan/page/courseCenter.vue

+ 1 - 1
src/components/pages/liyuan/page/courseCenter.vue

@@ -146,7 +146,7 @@ export default {
           userid: this.userid
         };
         this.ajax
-          .get(this.$store.state.api + "selectUser", params)
+          .get(this.$store.state.api + "selectUser2", params)
           .then(res => {
             resolve(res.data[0][0]);
           })