统一前后端地址配置加应用名demo
This commit is contained in:
parent
eed9736755
commit
ddbc1afd93
|
|
@ -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', //首页数据接口
|
||||
|
|
|
|||
Loading…
Reference in New Issue