11wqe1 2 miesięcy temu
rodzic
commit
ac96f6c373
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/main/courseSelect.vue

+ 1 - 1
src/components/main/courseSelect.vue

@@ -363,7 +363,7 @@ const getCourseList = () => {
     typ: gotype.gotype == 'bjs' ? 1 : 0,
     typ: gotype.gotype == 'bjs' ? 1 : 0,
     yea: activeyear.value
     yea: activeyear.value
   }
   }
-  axios.get('http://localhost:7003/api/pbl/selectaisixCourse', { params })
+  axios.get('https://pbl.cocorobo.cn/api/pbl/selectaisixCourse', { params })
   .then(res => {
   .then(res => {
     // console.log(res);
     // console.log(res);
     let data = res.data[0]
     let data = res.data[0]