Files
2024-04-02 14:37:30 +08:00

23 lines
742 B
JavaScript

//移动端商城API
// let domain = 'http://192.168.31.15:8081/car_app_api' //花花
let domain = 'https://cms.diyouzhijia.com/car_app_api' //线上
// let domain = 'http://192.168.31.226:8081/car_app_api' // 薛
module.exports = {
// 请求域名 格式: https://您的域名
HTTP_H5_URL: 'https://cms.diyouzhijia.com/shop_h5',
HTTP_REQUEST_URL: domain,
//图片地址
imgPath: 'https://qicheoss.oss-cn-shanghai.aliyuncs.com/',
HEADER: {
'content-type': 'application/json'
},
HEADERPARAMS: {
'content-type': 'application/x-www-form-urlencoded'
},
// 回话密钥名称 请勿修改此配置
TOKENNAME: 'Authori-zation',
// 缓存时间 0 永久
EXPIRE: 0,
//分页最多显示条数
LIMIT: 10
};