diff --git a/conf/config.js b/conf/config.js index 09d9505..d759c1b 100755 --- a/conf/config.js +++ b/conf/config.js @@ -12,7 +12,7 @@ // 服务器域名 公众号时,配置为 / 就可以 const baseUrl = '/'; // #endif -const commonBaseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/'; +const commonBaseUrl = 'http://demo.homecommunity.cn/'; //商城的url const mallUrl = 'http://mallapp.homecommunity.cn/'; @@ -24,13 +24,13 @@ const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mall // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/'; +const baseUrl = 'http://demo.homecommunity.cn/'; // #endif //默认的小区ID和名称,用户还没有登录时显示的小区信息 -const DEFAULT_COMMUNITY_ID = "2021071533770010"; //HC测试小区id 用于没有登录时展示相关信息 -const DEFAULT_COMMUNITY_NAME = "海湖新区电力小区"; +const DEFAULT_COMMUNITY_ID = "2021080494780158"; //HC测试小区id 用于没有登录时展示相关信息 +const DEFAULT_COMMUNITY_NAME = "HC演示小区"; // APP 或者 公众号 appId diff --git a/pages.json b/pages.json index 89b1e53..26622ee 100755 --- a/pages.json +++ b/pages.json @@ -604,18 +604,18 @@ "iconPath": "static/images/home.png", "selectedIconPath": "static/images/home-selected.png" }, - // { - // "pagePath": "pages/homemaking/homemaking", - // "text": "家政", - // "iconPath": "static/images/rent.png", - // "selectedIconPath": "static/images/rent-selected.png" - // }, - // { - // "pagePath": "pages/mall/mall", - // "text": "商圈", - // "iconPath": "static/images/market.png", - // "selectedIconPath": "static/images/market-selected.png" - // }, + { + "pagePath": "pages/homemaking/homemaking", + "text": "家政", + "iconPath": "static/images/rent.png", + "selectedIconPath": "static/images/rent-selected.png" + }, + { + "pagePath": "pages/mall/mall", + "text": "商圈", + "iconPath": "static/images/market.png", + "selectedIconPath": "static/images/market-selected.png" + }, { "pagePath": "pages/my/my", "text": "我的", diff --git a/pages/login/login.vue b/pages/login/login.vue index 9702568..c9f7ec6 100755 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -54,8 +54,8 @@ data() { return { logoUrl: '', - username: '', - password: '', + username: 'test001', + password: 'wuxw2015', appId: "", code: "", loginByPhone: false,