|
|
@ -29,13 +29,14 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path": "pages/shop_street/shop_street", |
|
|
"path": "pages/shop_street/shop_street", |
|
|
"name": "shop_street", |
|
|
"name": "shop", |
|
|
"meta": { |
|
|
"meta": { |
|
|
"auth": false, |
|
|
"auth": false, |
|
|
"keepScroll": true |
|
|
"keepScroll": true |
|
|
}, |
|
|
}, |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "商铺街" |
|
|
"navigationBarTitleText": "商铺街" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
@ -47,7 +48,9 @@ |
|
|
}, |
|
|
}, |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "服务大厅" |
|
|
"navigationBarTitleText": "服务大厅" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path": "pages/community/organ_team_details", |
|
|
"path": "pages/community/organ_team_details", |
|
|
@ -230,6 +233,7 @@ |
|
|
}, |
|
|
}, |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "资料库" |
|
|
"navigationBarTitleText": "资料库" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
@ -926,7 +930,6 @@ |
|
|
"text": "首页" |
|
|
"text": "首页" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
// "pagePath": "pages/goods_cate/goods_cate", |
|
|
|
|
|
"pagePath": "pages/shop_street/shop_street", |
|
|
"pagePath": "pages/shop_street/shop_street", |
|
|
"iconPath": "/static/images/tab_sort.png", |
|
|
"iconPath": "/static/images/tab_sort.png", |
|
|
"selectedIconPath": "/static/images/tab_sort_s.png", |
|
|
"selectedIconPath": "/static/images/tab_sort_s.png", |
|
|
@ -936,10 +939,9 @@ |
|
|
"pagePath": "pages/community/community", |
|
|
"pagePath": "pages/community/community", |
|
|
"iconPath": "/static/images/tab-community.png", |
|
|
"iconPath": "/static/images/tab-community.png", |
|
|
"selectedIconPath": "/static/images/tab-community_s.png", |
|
|
"selectedIconPath": "/static/images/tab-community_s.png", |
|
|
"text": "任务中心" |
|
|
"text": "服务大厅" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
// "pagePath": "pages/shop_cart/shop_cart", |
|
|
|
|
|
"pagePath": "pages/resource_list/resource_list", |
|
|
"pagePath": "pages/resource_list/resource_list", |
|
|
"iconPath": "/static/images/tab_shoppingcar.png", |
|
|
"iconPath": "/static/images/tab_shoppingcar.png", |
|
|
"selectedIconPath": "/static/images/tab_shoppingcar_s.png", |
|
|
"selectedIconPath": "/static/images/tab_shoppingcar_s.png", |
|
|
|