HC小区管理系统v1.8版本发布

This commit is contained in:
wuxw 2025-04-07 09:32:28 +08:00
parent a4d175d221
commit 03389566dc

View File

@ -15,16 +15,16 @@ const baseUrl = '/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://127.0.0.1:8008/'; const baseUrl = 'http://demo.homecommunity.cn/';
// #endif // #endif
let commonBaseUrl = 'http://wuye.heyiiot.com/'; let commonBaseUrl = 'http://demo.homecommunity.cn/';
//商城的url //商城的url
let mallUrl = 'http://mallapp.heyiiot.com/'; let mallUrl = 'http://mallapp.homecommunity.cn/';
//商城小程序ID //商城小程序ID
let mallMinAppId = "wx8ded6b260f1b8f63"; let mallMinAppId = "xx";
//默认的小区ID和名称用户还没有登录时显示的小区信息 //默认的小区ID和名称用户还没有登录时显示的小区信息