123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- {
- "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": {}
- }
|