{ "pages": [ "pages/index/index", "pages/order/order", "pages/income/income", "pages/my/my", "pages/training/training", "pages/orderDetail/orderDetail" ], "subPackages": [ { "root": "service", "pages": [ "login/login", "enter/enter", "serveItem/serveItem", "notice/notice", "serverTime/serverTime", "set/set", "AboutUs/AboutUs", "feedback/feedback", "merchant/merchant", "recruitDetail/recruitDetail", "earnestMoney/earnestMoney", "bill/bill", "recharge/recharge", "balance/balance", "moneyRecord/moneyRecord", "withdraw/withdraw", "bindAccount/bindAccount", "userInfo/userInfo", "realInfo/realInfo", "exercise/exercise", "info/info", "serveList/serveList", "servedetail/servedetail", "video/video", "account/account", "comments/comments" ] } ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#000", "selectedColor": "#1677FF", "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":[ "getLocation", "chooseLocation" ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } } }