{ "pages": [ "pages/index/index", "pages/index/search", "pages/index/searchResult", "pages/service/index", "pages/service/chatRoom", "pages/my/index", "pages/index/position" ], "subPackages": [ { "root": "activity", "pages": [ "timeUp/index", "goPlayRank/index", "choiceness/index", "dailyOffer/index" ] }, { "root": "detail", "pages": [ "shopDetail/shopDetail", "discountsDetail/refuel", "discountsDetail/index", "goodsDetail/index", "shopList/index", "qrcode/index", "virtualGoods/index", "movie/index", "movie/movieDetail", "movie/chooseSeat", "hotel/index" ] }, { "root": "my", "pages": [ "coupon/index", "edit/edit", "edit/editName", "order/index", "order/detail", "order/refund", "order/refundDetail", "favorite/index", "memberCenter/index" ] }, { "root": "invite", "pages": [ "index", "invite", "withdraw", "bankCard" ] }, { "root": "login", "pages": [ "login/login", "login/otherLogin" ] }, { "root": "integral", "pages": [ "store", "shop", "logs" ] }, { "root": "trip", "pages": [ "index/index", "chooseAddress/index", "expense/index" ] }, { "root": "study", "pages": [ "index", "type", "studyGoodsDetail", "studyList", "courseDetail", "community/index", "community/detail", "test" ] }, { "root": "special", "pages": [ "water" ] }, { "root": "pay", "pages": [ "pay", "pay1", "offlinePayment", "coupon" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#AAAAAA", "selectedColor": "#0084CF", "backgroundColor": "#fff", "list": [ { "iconPath": "static/home_off.png", "selectedIconPath": "static/home_on.png", "text": "首页", "pagePath": "pages/index/index" }, { "iconPath": "static/service_off.png", "selectedIconPath": "static/service_on.png", "text": "客服", "pagePath": "pages/service/index" }, { "iconPath": "static/my_off.png", "selectedIconPath": "static/my_on.png", "text": "我的", "pagePath": "pages/my/index" } ] }, "requiredPrivateInfos": [ "getLocation", "onLocationChange", "startLocationUpdateBackground", "chooseAddress", "chooseLocation" ], "permission": { "scope.userLocation": { "desc": "获取你的位置,用于更好的使用服务" } }, "usingComponents": {} }