API默认设置成云主机地址。

This commit is contained in:
Junling Bu
2018-03-30 11:29:57 +08:00
parent c1dad61598
commit 655a5bc2bb

View File

@@ -1,10 +1,10 @@
// 以下是业务服务器API地址
// 本机开发时使用
var WxApiRoot = 'http://localhost:8082/wx/';
// var WxApiRoot = 'http://localhost:8082/wx/';
// 局域网测试使用
// var WxApiRoot = 'http://192.168.0.101:8082/wx/';
// 云平台部署时使用
// var WxApiRoot = 'http://122.152.206.172:8082/wx/';
var WxApiRoot = 'http://122.152.206.172:8082/wx/';
// 以下是图片存储服务器API地址
// 本机开发时使用