不刷新问题

This commit is contained in:
shijingjing
2023-02-21 17:23:26 +08:00
parent 91e69675dc
commit 56dacf0dad

View File

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