@@ -360,7 +360,7 @@ const getCourseList = () => {
ter: activeterm.value,
gra: activegrade.value,
ar: lang.lang,
- typ: gotype.gotype == 'bjs' ? 1 : 0,
+ typ: gotype.gotype == 'bjs' ? 0 : 0,
yea: activeyear.value
}
axios.get('https://pbl.cocorobo.cn/api/pbl/selectaisixCourse', { params })