11wqe1 2 месяцев назад
Родитель
Сommit
ac96f6c373
1 измененных файлов с 1 добавлено и 1 удалено
  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]