diff --git a/components/my/my-menu.vue b/components/my/my-menu.vue
index 7b98f13..835a39a 100644
--- a/components/my/my-menu.vue
+++ b/components/my/my-menu.vue
@@ -11,7 +11,7 @@
-
+
我的订单
@@ -23,7 +23,7 @@
-
+
diff --git a/conf/config.js b/conf/config.js
index 6a08e2f..3043454 100644
--- a/conf/config.js
+++ b/conf/config.js
@@ -18,7 +18,7 @@ const baseUrl = '/';
const baseUrl = 'http://127.0.0.1:8008/';
// #endif
-let commonBaseUrl = 'http://127.0.0.1:3000/';
+let commonBaseUrl = 'http://demo.homecommunity.cn/';
//商城的url
let mallUrl = 'http://mallapp.homecommunity.cn/';
@@ -43,7 +43,7 @@ let systemName="业主版";
if(_systemConfig){
mallUrl = _systemConfig.mallUrl;
- //commonBaseUrl = _systemConfig.imgUrl;
+ commonBaseUrl = _systemConfig.imgUrl;
systemName = _systemConfig.ownerTitle;
DEFAULT_COMMUNITY_ID = _systemConfig.defaultCommunityId;
}
diff --git a/pages.json b/pages.json
index 86d8931..4e70942 100644
--- a/pages.json
+++ b/pages.json
@@ -1108,12 +1108,12 @@
},
- // {
- // "pagePath": "pages/mall/mall",
- // "text": "商圈",
- // "iconPath": "static/images/market.png",
- // "selectedIconPath": "static/images/market-selected.png"
- // },
+ {
+ "pagePath": "pages/mall/mall",
+ "text": "商圈",
+ "iconPath": "static/images/market.png",
+ "selectedIconPath": "static/images/market-selected.png"
+ },
{
"pagePath": "pages/my/my",
diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue
index a4a5051..3ef939c 100644
--- a/pages/homemaking/homemaking.vue
+++ b/pages/homemaking/homemaking.vue
@@ -1,9 +1,7 @@
-
-