navigateBack

This commit is contained in:
shijingjing
2023-02-21 17:57:03 +08:00
parent 7876c45df5
commit d07437523e

View File

@@ -76,8 +76,8 @@ export default {
}, },
methods: { methods: {
back() { back() {
uni.reLaunch({ uni.navigateBack({
url: './AppLegalLearning' delta: 2
}) })
}, },
}, },