调整和统一小程序应用名

This commit is contained in:
chenbo 2020-12-09 17:06:17 +08:00
parent 1784d49dbf
commit db07389543
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// 以下是业务服务器API地址 // 以下是业务服务器API地址
// 本机开发API地址 // 本机开发API地址
var WxApiRoot = 'http://localhost:8070/wx/'; var WxApiRoot = 'http://localhost:8080/demo/wx/';
// 测试环境部署api地址 // 测试环境部署api地址
// var WxApiRoot = 'http://192.168.0.101:8070/wx/'; // var WxApiRoot = 'http://192.168.0.101:8070/wx/';
// 线上云平台api地址 // 线上云平台api地址