|
|
@@ -8,15 +8,16 @@
|
|
|
// | Author: CRMEB Team <admin@crmeb.com>
|
|
|
// +----------------------------------------------------------------------
|
|
|
//移动端商城API 网络接口修改此配置,小程序域名要求https 例如:https://xxx
|
|
|
-let domain = 'http://127.0.0.1:20810'
|
|
|
+// let domain = 'http://127.0.0.1:20810'
|
|
|
// let domain = 'https://play.nanodreamtech.com'
|
|
|
+let domain = 'https://api.lgns.shop'
|
|
|
|
|
|
module.exports = {
|
|
|
// 请求域名 格式: https://您的域名
|
|
|
HTTP_REQUEST_URL: domain,
|
|
|
// #ifdef MP || APP-PLUS
|
|
|
// H5商城地址
|
|
|
- HTTP_H5_URL: 'https://play.nanodreamtech.com/h5',
|
|
|
+ HTTP_H5_URL: 'https://www.lgns.shop',
|
|
|
// #endif
|
|
|
HEADER: {
|
|
|
'content-type': 'application/json'
|