From 58c9cd3b6e70e05952edb2e57f5215af77e1aa84 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期三, 04 九月 2024 13:40:55 +0800 Subject: [PATCH] 长按保存二维码 --- common/http.interceptor.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 9099a99..70954ca 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -67,7 +67,7 @@ mask: true }) setTimeout(() => { - uni.navigateTo({ + uni.reLaunch({ url: '/pages/index/index' }) }, 900) -- Gitblit v1.9.1