1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "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",
- "pages/about/index"
- ]
- },
- {
- "root": "userOrder",
- "pages": [
- "pages/continue/index",
- "pages/order-details/index",
- "pages/resource-details/index",
- "pages/resource-img/index",
- "pages/cengban-url/index"
- ]
- }
- ],
- "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": "我的"
- }
- ]
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "usingComponents": {
- "popup-modal": "/components/popup-modal/index",
- "logout-show": "/components/logout-show/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-button": "@vant/weapp/button/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-field": "@vant/weapp/field/index",
- "van-empty": "@vant/weapp/empty/index",
- "van-sticky": "@vant/weapp/sticky/index",
- "van-image": "@vant/weapp/image/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index",
- "van-row": "@vant/weapp/row/index",
- "van-col": "@vant/weapp/col/index",
- "van-nav-bar": "@vant/weapp/nav-bar/index",
- "van-skeleton": "@vant/weapp/skeleton/index"
- },
- "requiredPrivateInfos": ["getLocation"],
- "permission": {
- "scope.userLocation": {
- "desc": "将获取你的具体位置信息,用于更准确匹配你的提单需求"
- }
- },
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": false
- }
|