From 160658cfb668ddecabd4ed9a37704ab955e4ed21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 27 May 2022 18:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E5=8F=91=E5=95=86=E5=93=81=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/public/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buyer/public/config.js b/buyer/public/config.js index 0d6e8500..d7556570 100644 --- a/buyer/public/config.js +++ b/buyer/public/config.js @@ -3,8 +3,8 @@ var BASE = { * @description api请求基础路径 */ API_DEV: { - common: "http://192.168.0.106:8890", - buyer: "http://192.168.0.106:8888", + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", seller: "https://store-api.pickmall.cn", manager: "https://admin-api.pickmall.cn" },