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