{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/member/member", "style": { "navigationBarTitleText": "会员中心" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "顾客端", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/order/order", "text": "订单" }, { "pagePath": "pages/member/member", "text": "我的" } ] } }