提交 0e3fe219 authored 作者: lihuihui's avatar lihuihui

路由修改

上级 16d1ff42
...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ export default {
window.localStorage.removeItem('quesSelectId' + this.sid + this.cid) window.localStorage.removeItem('quesSelectId' + this.sid + this.cid)
loading.close() loading.close()
setTimeout(() => { setTimeout(() => {
this.$router.push({ path: `/app/my-learn/course-detail/${this.sid}/${this.cid}` }) this.$router.push({ path: `/app/learn/course-detail/${this.sid}/${this.cid}` })
}, 2000) }, 2000)
} }
}).catch(e => { }).catch(e => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论