This commit is contained in:
liuye
2022-05-17 10:45:13 +08:00
parent e8a6fa3ac8
commit 3f1d54858c

View File

@@ -25,9 +25,10 @@ export default {
methods: {
back() {
uni.reLaunch({
url: '/pages/home/home'
})
// uni.reLaunch({
// url: '/pages/home/home'
// })
uni.navigateBack({delta: 3})
}
}
}