123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [
- "pages/index/index",
- "pages/logon/logon",
- "pages/order/order",
- "pages/me/me",
- "pages/message/message",
- "pages/total/total"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "登录",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#ea9518",
- "list": [
- {
- "pagePath": "pages/order/order",
- "text": "订单",
- "iconPath": "./image/dingdan_icon.png",
- "selectedIconPath": "./image/dingdan_active_icon.png"
- },
- {
- "pagePath": "pages/message/message",
- "text": "信息",
- "iconPath": "./image/xiaoxi_icon .png",
- "selectedIconPath": "./image/xiaoxi_active_icon.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我的",
- "iconPath": "./image/wode_icon.png",
- "selectedIconPath": "./image/wode_active_icon.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "usingComponents": {
- "van-button": "@vant/weapp/button/index",
- "van-field": "@vant/weapp/field/index",
- "van-image": "@vant/weapp/image/index",
- "van-card": "@vant/weapp/card/index",
- "van-action-sheet": "@vant/weapp/action-sheet/index",
- "van-search": "@vant/weapp/search/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-cell-group": "@vant/weapp/cell-group/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-panel": "@vant/weapp/panel/index",
- "van-divider": "@vant/weapp/divider/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index",
- "van-calendar": "@vant/weapp/calendar/index"
- }
- }
|