统一前后端地址配置加应用名demo

This commit is contained in:
chenbo 2021-05-14 16:51:52 +08:00
parent eed9736755
commit ddbc1afd93
1 changed files with 2 additions and 2 deletions

View File

@ -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', //首页数据接口