['修改路由']

This commit is contained in:
2021-09-28 11:21:20 +08:00
parent f2e1121f3c
commit 0aa9c68b04
6 changed files with 31 additions and 21 deletions

View File

@@ -149,8 +149,8 @@
},
// 核销记录
goHistory() {
uni.navigateTo({
url:'/pages/verification/history'
this.$Router.push({
name:'verificationHistory'
})
}
}