Browse Source

修改接口

11wqe1 1 tháng trước cách đây
mục cha
commit
ac96f6c373
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]