diff --git a/conf/config.js b/conf/config.js index 962dc5b..b63deb8 100755 --- a/conf/config.js +++ b/conf/config.js @@ -12,7 +12,7 @@ // 服务器域名 公众号时,配置为 / 就可以 const baseUrl = '/'; // #endif -const commonBaseUrl = 'http://demo.homecommunity.cn/'; +const commonBaseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/'; //商城的url const mallUrl = 'http://mallapp.homecommunity.cn/'; @@ -24,12 +24,12 @@ const mallUrlRefresh = mallUrl + "#/pages/mallTokenRefresh/mallTokenRefresh?mall // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://demo.homecommunity.cn/'; +const baseUrl = 'http://qh.dianlixiaoqu.homecommunity.cn/'; // #endif //默认的小区ID和名称,用户还没有登录时显示的小区信息 -const DEFAULT_COMMUNITY_ID = "7020181217000001"; //HC测试小区id 用于没有登录时展示相关信息 -const DEFAULT_COMMUNITY_NAME = "丰仪家园"; +const DEFAULT_COMMUNITY_ID = "2021071533770010"; //HC测试小区id 用于没有登录时展示相关信息 +const DEFAULT_COMMUNITY_NAME = "海湖新区电力小区"; // APP 或者 公众号 appId const wAppId = ""; //微信AppId diff --git a/pages.json b/pages.json index c42d144..7d44410 100755 --- a/pages.json +++ b/pages.json @@ -2,7 +2,7 @@ "pages": [{ "path": "pages/index/index", "style": { - "navigationBarTitleText": "HC智慧家园", + "navigationBarTitleText": "德坤云物管", "backgroundColor": "#ffffff" } }, @@ -552,18 +552,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": "我的", @@ -583,7 +583,7 @@ "globalStyle": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#00AA00", - "navigationBarTitleText": "HC智慧家园", + "navigationBarTitleText": "德坤云物管", "usingComponents": { //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件 } diff --git a/pages/index/index.vue b/pages/index/index.vue index 47eeb47..528e21a 100755 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@