From b0bfc153bf3c9aa430ee6a86588648cdd1c27132 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 12 六月 2025 11:36:08 +0800
Subject: [PATCH] update: 点赞事件、收藏事件
---
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