diff --git a/src/project/qujing/AppLegalLearning/result.vue b/src/project/qujing/AppLegalLearning/result.vue index ad54ef0..5bee491 100644 --- a/src/project/qujing/AppLegalLearning/result.vue +++ b/src/project/qujing/AppLegalLearning/result.vue @@ -76,8 +76,8 @@ export default { }, methods: { back() { - uni.navigateBack({ - delta: 2, + uni.reLaunch({ + url: './AppLegalLearning' }) }, },