From 51610546c45a4044637dcbb781f94ca825024b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=89=AFking?= <2244255345@qq.com> Date: Tue, 15 Feb 2022 10:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BF=AE=E6=94=B9config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/public/config.js | 8 ++++---- manager/public/config.js | 8 ++++---- seller/public/config.js | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/buyer/public/config.js b/buyer/public/config.js index 555828da..d7556570 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -3,10 +3,10 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - seller: "http://127.0.0.1:8889", - manager: "http://127.0.0.1:8887", - buyer: "http://127.0.0.1:8888", - common: "http://127.0.0.1:8890", + 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", diff --git a/manager/public/config.js b/manager/public/config.js index 048f3158..ada826fc 100644 --- a/manager/public/config.js +++ b/manager/public/config.js @@ -3,10 +3,10 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - seller: "http://127.0.0.1:8889", - manager: "http://127.0.0.1:8887", - buyer: "http://127.0.0.1:8888", - common: "http://127.0.0.1:8890", + 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", diff --git a/seller/public/config.js b/seller/public/config.js index a464cf6e..69441029 100644 --- a/seller/public/config.js +++ b/seller/public/config.js @@ -3,10 +3,10 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - seller: "http://127.0.0.1:8889", - manager: "http://127.0.0.1:8887", - buyer: "http://127.0.0.1:8888", - common: "http://127.0.0.1:8890", + 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",