From 56dacf0dad7bfe225e06d820737d3527e4f62588 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Feb 2023 17:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppLegalLearning/result.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }) }, },