123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "pages": [
- "pages/index/index",
- "pages/resource/index",
- "pages/order/index",
- "pages/my/index"
- ],
- "subpackages": [{
- "root": "userLogin",
- "pages": [
- "pages/login/index",
- "pages/register/index",
- "pages/xieyi/index",
- "pages/zhengce/index"
- ]
- },
- {
- "root": "userResource",
- "pages": [
- "pages/resource-details/index",
- "pages/resource-img/index"
- ]
- },
- {
- "root": "userOrder",
- "pages": [
- "pages/continue/index",
- "pages/order-details/index"
- ]
- },
- {
- "root": "userInfo",
- "pages": [
- "pages/about/index"
- ]
- }
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "onReachBottomDistance": 50
- },
- "tabBar": {
- "color": "#6e6d6b",
- "selectedColor": "#e64340",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "custom": true,
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/images/nav/home-off.png",
- "selectedIconPath": "/images/nav/home-on.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/resource/index",
- "iconPath": "/images/nav/fl-off.png",
- "selectedIconPath": "/images/nav/fl-on.png",
- "text": "会务资源"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "/images/nav/cart-off.png",
- "selectedIconPath": "/images/nav/cart-on.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "/images/nav/my-off.png",
- "selectedIconPath": "/images/nav/my-on.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {
- "city-bar": "/components/city-bar/index",
- "popup-modal": "/components/popup-modal/index",
- "logout-show": "/components/logout-show/index",
- "van-search": "@vant/weapp/search/index",
- "van-divider": "@vant/weapp/divider/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-count-down": "@vant/weapp/count-down/index",
- "van-button": "@vant/weapp/button/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-cell-group": "@vant/weapp/cell-group/index",
- "van-tag": "@vant/weapp/tag/index",
- "van-card": "@vant/weapp/card/index",
- "van-progress": "@vant/weapp/progress/index",
- "van-submit-bar": "@vant/weapp/submit-bar/index",
- "van-field": "@vant/weapp/field/index",
- "van-radio": "@vant/weapp/radio/index",
- "van-radio-group": "@vant/weapp/radio-group/index",
- "van-sidebar": "@vant/weapp/sidebar/index",
- "van-sidebar-item": "@vant/weapp/sidebar-item/index",
- "van-empty": "@vant/weapp/empty/index",
- "van-goods-action": "@vant/weapp/goods-action/index",
- "van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
- "van-goods-action-button": "@vant/weapp/goods-action-button/index",
- "van-popup": "@vant/weapp/popup/index",
- "van-picker": "@vant/weapp/picker/index",
- "van-stepper": "@vant/weapp/stepper/index",
- "van-sticky": "@vant/weapp/sticky/index",
- "van-dialog": "@vant/weapp/dialog/index",
- "van-swipe-cell": "@vant/weapp/swipe-cell/index",
- "van-calendar": "@vant/weapp/calendar/index",
- "van-switch": "@vant/weapp/switch/index",
- "van-rate": "@vant/weapp/rate/index",
- "van-uploader": "@vant/weapp/uploader/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index",
- "van-image": "@vant/weapp/image/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index",
- "van-tabbar-item": "@vant/weapp/tabbar-item/index",
- "van-overlay": "@vant/weapp/overlay/index",
- "van-datetime-picker": "@vant/weapp/datetime-picker/index",
- "van-area": "@vant/weapp/area/index",
- "van-action-sheet": "@vant/weapp/action-sheet/index",
- "van-row": "@vant/weapp/row/index",
- "van-col": "@vant/weapp/col/index",
- "van-nav-bar": "@vant/weapp/nav-bar/index",
- "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
- "van-dropdown-item": "@vant/weapp/dropdown-item/index",
- "van-index-bar": "@vant/weapp/index-bar/index",
- "van-index-anchor": "@vant/weapp/index-anchor/index",
- "van-skeleton": "@vant/weapp/skeleton/index"
- },
- "requiredPrivateInfos": ["getLocation"],
- "permission": {
- "scope.userLocation": {
- "desc": "将获取你的具体位置信息,用于更准确匹配你的提单需求"
- }
- },
- "sitemapLocation": "sitemap.json",
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": true
- }
|