课程学习跳转

master
wangxi 3 years ago
parent 2587798800
commit 82ed86d4d9

@ -156,7 +156,7 @@ const CardList = () => {
<div style={{ paddingRight: '1rem', width: '20%', display: 'inline-block', textAlign: 'right' }}>
<Button type="primary" onClick={() => {
const info = item.chapter_id + ',' + item.course_id + ',' + item.subject_id;
window.open(location.pathname+'s#/course/detail/' + info)
window.open(location.pathname+'#/course/detail/' + info)
// history.push( '/course/detail/'+info);
}}></Button>
</div>

Loading…
Cancel
Save