From 58f9b26048ee04139a809986f366e3edf98cd7cd Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期日, 28 九月 2025 09:14:04 +0800
Subject: [PATCH] 店铺绑优惠卷领取记录

---
 buyer/public/config.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/buyer/public/config.js b/buyer/public/config.js
index e9fae39..edf1c23 100644
--- a/buyer/public/config.js
+++ b/buyer/public/config.js
@@ -3,15 +3,15 @@
    * @description api璇锋眰鍩虹璺緞
    */
   API_DEV: {
-    common: "http://127.0.0.1:8890",
-    buyer: "http://127.0.0.1:8888",
-    seller: "http://127.0.0.1:8889",
-    manager: "http://127.0.0.1:8887",
+    common: "http://1.95.67.54:888",
+    buyer: "http://1.95.67.54:888",
+    seller: "http://1.95.67.54:888",
+    manager: "http://1.95.67.54:888",
   },
   API_PROD: {
-    common: "https://common-api.pickmall.cn",
-    buyer: "https://buyer-api.pickmall.cn",
-    seller: "https://store-api.pickmall.cn",
-    manager: "https://admin-api.pickmall.cn"
+    common: "http://1.95.67.54:888",
+    buyer: "http://1.95.67.54:888",
+    seller: "http://1.95.67.54:888",
+    manager: "http://1.95.67.54:888",
   },
 };

--
Gitblit v1.8.0