From 05f8defe562b800a09efaed23c63e566a87765a6 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Tue, 25 Oct 2022 17:32:49 +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 43e3a90e..d7556570 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -3,10 +3,10 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - common: "http://localhost:8890", - buyer: "http://localhost:8888", - seller: "http://localhost:8889", - manager: "http://localhost: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" }, API_PROD: { common: "https://common-api.pickmall.cn",