From b8be56fe7c3b38bb21cc36a245e2b86cb2ce3e0d Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期二, 02 九月 2025 11:27:05 +0800
Subject: [PATCH] 解决访问不稳定的问题

---
 seller/public/config.js |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/seller/public/config.js b/seller/public/config.js
index 59331e7..c7bfcf4 100644
--- a/seller/public/config.js
+++ b/seller/public/config.js
@@ -7,12 +7,16 @@
     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",
   },
   /**
    * @description // 璺宠浆涔板绔湴鍧� pc绔�

--
Gitblit v1.8.0