From ac2d51c87cc77895e33561ea124d65338997d188 Mon Sep 17 00:00:00 2001
From: ZQN <364596817@qq.com>
Date: 星期三, 04 九月 2024 15:13:30 +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