{ "pages":[ "pages/main-order/main-order", "pages/logs/logs", "pages/main-message/main-message", "pages/main-my/main-my" ], "window":{ "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationBarTitleText": "商家端", "backgroundColor": "#eeeeee", "backgroundTextStyle": "light" }, "tabBar": { "color":"#797979", "selectedColor": "#FF9B27", "borderStyle": "black", "list": [ { "pagePath": "pages/main-order/main-order", "text": "首页", "iconPath": "./images/订单.png", "selectedIconPath": "./images/订单 -active.png" }, { "pagePath": "pages/main-message/main-message", "text": "消息", "iconPath": "./images/消息.png", "selectedIconPath": "./images/消息-active.png" }, { "pagePath": "pages/main-my/main-my", "text": "我的", "iconPath": "./images/我的.png", "selectedIconPath": "./images/我的-active.png" } ] }, "sitemapLocation": "sitemap.json" }