描述:域名前缀

This commit is contained in:
SelfRidicule 2024-05-06 15:33:08 +08:00
parent 0524e11e69
commit 7437d85d04

View File

@ -2,15 +2,15 @@ App({
// 郑州小程序配置信息
APPID: 'wx5582a07c1fbbcf06',
APPSECRET: 'ad24130a8919c613efd9538f69abafd3',
tenantId : '10', // 地区-郑州
tenantId : '1', // 地区-郑州
// 域名
DOMAIN_NAME_PREFIX: 'https://chuangzhidasha.haxy.com.cn',
// 本地测试
DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
IMG_NAME: 'http://192.168.0.11:9227',
// DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
// IMG_NAME: 'http://192.168.0.11:9227',
// 生产
// DOMAIN_NAME: 'https://chuangzhidasha.haxy.com.cn/saas-ics', //接口域名
// IMG_NAME: 'https://chuangzhidasha.haxy.com.cn/saas-ics',
DOMAIN_NAME: 'https://chuangzhidasha.haxy.com.cn/saas-ics', //接口域名
IMG_NAME: 'https://chuangzhidasha.haxy.com.cn/saas-ics',
globals: {
refreshMyPages: false,
homedata: {},