提交 6d19e022 authored 作者: lihuihui's avatar lihuihui

updata

上级 14c10fe7
...@@ -83,13 +83,14 @@ export default { ...@@ -83,13 +83,14 @@ export default {
}) })
}, },
toPage(url) { toPage(url) {
if (this.isWeapp) {
wx.miniProgram.navigateTo({
url: `/pages/web/index?src=${window.location.origin}${url}`
})
} else {
this.$router.push(url) this.$router.push(url)
} // if (this.isWeapp) {
// wx.miniProgram.navigateTo({
// url: `/pages/web/index?src=${window.location.origin}${url}`
// })
// } else {
// this.$router.push(url)
// }
} }
}, },
beforeMount() { beforeMount() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论