This commit is contained in:
taoxu 2023-12-06 17:18:52 +08:00
commit 4182143295

View File

@ -303,7 +303,7 @@ export default {
url: "/pages_teacher/teacher_class/class_detail?id=" + item.id url: "/pages_teacher/teacher_class/class_detail?id=" + item.id
}).then(res => { }).then(res => {
console.log('跳转成功', res); console.log('跳转成功', res);
}).catch(err => { }).catch(err => {
console.error('跳转失败', err); console.error('跳转失败', err);
}); });
}, },