瀏覽代碼

修改接口

11wqe1 1 月之前
父節點
當前提交
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]