| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/search/index",
- "pages/index/selectCampus",
- "pages/index/shopList/index",
- "pages/index/shop/index",
- "pages/index/shop/im",
- "pages/index/shop/goodsDet",
- "pages/index/shop/payOrder",
- "pages/index/shop/confirmOrder",
- "pages/index/shop/pindanDet",
- "pages/index/shop/goodsList",
- "pages/order/index",
- "pages/order/detail",
- "pages/order/takefood",
- "pages/order/feedback",
- "pages/order/feedbacks",
- "pages/order/complaint/complaint",
- "pages/order/waimaiMap",
- "pages/order/paotuiMap",
- "pages/my/index",
- "pages/my/updateNickName",
- "pages/public/login"
- ],
- "subPackages": [
- {
- "root": "my",
- "pages": [
- "address/index",
- "address/add",
- "chat/index",
- "task/index",
- "msg/index",
- "wallet/index",
- "wallet/walletDet",
- "helpList/index",
- "helpList/helpDet",
- "recruit/index",
- "setting/index",
- "setting/customer",
- "setting/mimi",
- "setting/xieyi",
- "setting/about",
- "setting/feedback",
- "integral/index",
- "coupon/index",
- "integral/record",
- "integral/integralDet",
- "apply/index",
- "shoppingCar/index",
- "setting/chat",
- "hongbao/hongbao",
- "tousu/index",
- "tousu/detail",
- "vip/index",
- "myPingJia/myPingJia"
- ]
- },
- {
- "root": "running",
- "pages": [
- "index/index",
- "takeaddress/takeaddress",
- "closeaddress/closeaddress",
- "Helpsend/Helpsend",
- "Helppay/Helppay",
- "Cityservice/Cityservice",
- "order/pay/pay",
- "huodong/list"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "同城外卖",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#FF8D1A",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/index_.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "static/tabbar/order.png",
- "selectedIconPath": "static/tabbar/order_.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取您的位置"
- }
- },
- "plugins": {
- "routePlan": {
- "version": "1.0.19",
- "provider": "wx50b5593e81dd937a"
- }
- },
- "__usePrivacyCheck__": false,
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|