From a4892378960434c17bb20f19e537df54be598142 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 13 六月 2025 13:36:35 +0800
Subject: [PATCH] add: tap查询、首页跳转

---
 plugins/http.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/http.js b/plugins/http.js
index 9d895af..3ede604 100644
--- a/plugins/http.js
+++ b/plugins/http.js
@@ -114,12 +114,12 @@
 
 								// #ifdef PUB_CUSTOMER
 								uni.reLaunch({
-									url: '/pages/user/supplier-user'
+									url: '/pages/login/login'
 								})
 								// #endif
 								// #ifndef PUB_CUSTOMER
 								uni.reLaunch({
-									url: '/pages/login/supplier-login'
+									url: '/pages/login/login'
 								})
 								// #endif
 								reject({
@@ -165,7 +165,7 @@
 						// #endif
 						// #ifndef PUB_CUSTOMER
 						uni.reLaunch({
-							url: '/pages/login/supplier-login'
+							url: '/pages/login/login'
 						})
 						// #endif
 						reject({

--
Gitblit v1.9.3