提交 1880ac58 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 7ecce00d
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
// replace // replace
this.$router.replace({ this.$router.replace({
path: '/course/chapter/result', path: '/course/chapter/result',
query: this.$route.query query: Object.assign({}, this.$route.query, { type: 2 })
}) })
} }
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论