From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期一, 19 五月 2025 18:03:48 +0800
Subject: [PATCH] fix: scss跟背景图

---
 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