|
|
@@ -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]
|