From db07389543b0bca32b67b948903430cae4a9ef3e Mon Sep 17 00:00:00 2001 From: chenbo <623659388@qq.com> Date: Wed, 9 Dec 2020 17:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=92=8C=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=BA=94=E7=94=A8=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wx-mini-program/config/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-mini-program/config/api.js b/wx-mini-program/config/api.js index a8ed0e1..ff9f2b8 100644 --- a/wx-mini-program/config/api.js +++ b/wx-mini-program/config/api.js @@ -1,6 +1,6 @@ // 以下是业务服务器API地址 // 本机开发API地址 -var WxApiRoot = 'http://localhost:8070/wx/'; +var WxApiRoot = 'http://localhost:8080/demo/wx/'; // 测试环境部署api地址 // var WxApiRoot = 'http://192.168.0.101:8070/wx/'; // 线上云平台api地址