From ddbc1afd93f94478bf7366f95c669a46b4167040 Mon Sep 17 00:00:00 2001 From: chenbo <623659388@qq.com> Date: Fri, 14 May 2021 16:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=89=8D=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=85=8D=E7=BD=AE=E5=8A=A0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=90=8Ddemo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wx-mini-program/config/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wx-mini-program/config/api.js b/wx-mini-program/config/api.js index 879d921..cdb92b8 100644 --- a/wx-mini-program/config/api.js +++ b/wx-mini-program/config/api.js @@ -2,9 +2,9 @@ // 本机开发API地址 var WxApiRoot = 'http://localhost:8080/demo/wx/'; // 测试环境部署api地址 -// var WxApiRoot = 'http://192.168.0.101:8070/wx/'; +// var WxApiRoot = 'http://192.168.0.101:8070/demo/wx/'; // 线上云平台api地址 -//var WxApiRoot = 'https://www.dtsshop.com/wx/'; +//var WxApiRoot = 'https://www.dtsshop.com/demo/wx/'; module.exports = { IndexUrl: WxApiRoot + 'home/index', //首页数据接口