From 0408cb3ef6fde9b08d79e90b22da54998847370d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Wed, 16 Jun 2021 18:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/api.js b/config/api.js index 2a6f483..d5568e5 100644 --- a/config/api.js +++ b/config/api.js @@ -4,15 +4,15 @@ */ // 开发环境 const dev = { - common: 'http://192.168.0.100:8890', - buyer: 'http://192.168.0.100:8888', + common: "http://192.168.0.100:8890", + buyer: "http://192.168.0.100:8888", // common: "https://common-api.pickmall.cn", // buyer: "https://buyer-api.pickmall.cn", }; // 生产环境 const prod = { - common: 'http://192.168.0.109:8890', - buyer: 'http://192.168.0.109:8888', + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", }; //默认生产环境