From af115c45cc0a695a4010984f0f500a770e1a8dda Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Tue, 25 Oct 2022 17:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/public/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buyer/public/config.js b/buyer/public/config.js index acbea889..43e3a90e 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -9,9 +9,9 @@ var BASE = { manager: "http://localhost:8887" }, API_PROD: { - common: "http://192.168.2.110:8890", - buyer: "http://192.168.2.110:8888", - seller: "http://192.168.2.110:8889", - manager: "http://192.168.2.110:8887" + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", + seller: "https://store-api.pickmall.cn", + manager: "https://admin-api.pickmall.cn" }, };