From c00a272e057ed39704d25b95b6ae7b2ba65f83a9 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 11:32:31 +0800 Subject: [PATCH] 29696 --- src/mods/work/AppHelpDeclaration/result.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/work/AppHelpDeclaration/result.vue b/src/mods/work/AppHelpDeclaration/result.vue index 38d9296..c8bded4 100644 --- a/src/mods/work/AppHelpDeclaration/result.vue +++ b/src/mods/work/AppHelpDeclaration/result.vue @@ -33,7 +33,7 @@ export default { uni.reLaunch({url: './progress'}) }, back() { - uni.navigateBack() + uni.reLaunch({url: './AppHelpDeclaration'}) }, }, }