You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
930 B
28 lines
930 B
//可改动页面
|
|
// var domain = "http://127.0.0.1:8086"; //统一接口域名,测试环境
|
|
|
|
// exports.domain = domain;
|
|
|
|
|
|
//配置文件
|
|
// #ifndef MP
|
|
// var domain = "http://mall4j-admin.gz-yami.com/api"; //统一接口域名,正式环境
|
|
// var wsDomain = "http://mall4j-admin.gz-yami.com/api"; //统一接口域名,正式环境
|
|
// #endif
|
|
|
|
// #ifndef MP
|
|
// var domain = "https://h5.gz-yami.com/api"; //统一接口域名,正式环境
|
|
// var wsDomain = "https://h5.gz-yami.com/api"; //统一接口域名,正式环境
|
|
// #endif
|
|
|
|
var mpAppId = 'wx42bbe857570c5b40'
|
|
// 临时
|
|
var domain = "http://192.168.1.90:8989/api"; //统一接口域名,测试环境
|
|
var wsDomain = "ws://192.168.1.90:8989/api"; //统一接口域名,测试环境
|
|
|
|
// var picDomain = "http://img-test.gz-yami.com/"; //图片域名
|
|
|
|
exports.domain = domain;
|
|
// exports.picDomain = picDomain;
|
|
exports.wsDomain = wsDomain;
|
|
exports.mpAppId = mpAppId; |