From 2ffea51205b7eb94cf3fb7221aede7ff66669fc1 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期一, 29 七月 2024 15:59:04 +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