11wqe1 3 kuukautta sitten
vanhempi
commit
ac96f6c373
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
     yea: activeyear.value
   }
-  axios.get('http://localhost:7003/api/pbl/selectaisixCourse', { params })
+  axios.get('https://pbl.cocorobo.cn/api/pbl/selectaisixCourse', { params })
   .then(res => {
     // console.log(res);
     let data = res.data[0]