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

updata

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