提交 465d7adc authored 作者: lihuihui's avatar lihuihui

updata

上级 933e69eb
...@@ -132,16 +132,22 @@ export default { ...@@ -132,16 +132,22 @@ export default {
}, },
methods: { methods: {
goAbilityExam() { goAbilityExam() {
if (this.isWeapp) { // if (this.isWeapp) {
wx.miniProgram.navigateTo({ url: `/pages/web/index?src=${window.location.origin}/exam/index?t=1` }) // wx.miniProgram.navigateTo({ url: `/pages/web/index?src=${window.location.origin}/exam/index?t=1` })
} else { // } else {
this.$router.push({ // this.$router.push({
// path: '/exam/index',
// query: {
// t: 1
// }
// })
// }
this.$router.replace({
path: '/exam/index', path: '/exam/index',
query: { query: {
t: 1 t: 1
} }
}) })
}
}, },
goCourse() { goCourse() {
if (this.isWeapp) { if (this.isWeapp) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论