{ "pages": [ "pages/index/index", "pages/order/order", "pages/income/income", "pages/my/my", "pages/allocation/allocation", "pages/orderDetail/orderDetail" ], "subPackages": [ { "root": "service", "pages": [ "serverTime/serverTime", "login/login", "enter/enter", "serveItem/serveItem", "notice/notice", "sweep/sweep", "toreItem/toreItem", "issue/issue", "applicant/applicant", "serviceStaff/serviceStaff", "serverDetail/serverDetail", "earnestMoney/earnestMoney", "bill/bill", "recharge/recharge", "balance/balance", "moneyRecord/moneyRecord", "withdraw/withdraw", "account/account", "bindAccount/bindAccount", "feedback/feedback", "exercise/exercise", "txAudit/txAudit", "txIntendant/txIntendant", "set/set", "storeInfo/storeInfo", "storeData/storeData", "yhq/yhq", "issueYhq/issueYhq", "info/info", "serveList/serveList", "servedetail/servedetail", "selfserveList/selfserveList", "aboutUs/aboutUs", "video/video", "comments/comments" ] } ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#000", "selectedColor": "#6116FF", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home_active.png" }, { "pagePath": "pages/order/order", "text": "订单", "iconPath": "static/tabbar/order.png", "selectedIconPath": "static/tabbar/order-active.png" }, { "pagePath": "pages/income/income", "text": "收入", "iconPath": "static/tabbar/income.png", "selectedIconPath": "static/tabbar/income-active.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/tabbar/my.png", "selectedIconPath": "static/tabbar/my-active.png" } ] }, "sitemapLocation": "sitemap.json", "requiredPrivateInfos":[ "chooseLocation" ] }