11wqe1 há 1 mês atrás
pai
commit
5ed6a57743
1 ficheiros alterados com 1 adições e 1 exclusões
  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]);
           })