1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/me/me",
- "pages/home/home",
- "pages/message/message",
- "pages/merManagement/merManagement",
- "pages/bill/bill"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "商家端",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "订单",
- "iconPath": "/images/wenbenbianji.png",
- "selectedIconPath": "/images/wenbenbianjitianchong.png"
- },
- {
- "pagePath": "pages/message/message",
- "text": "消息",
- "iconPath": "/images/xiaoxi.png",
- "selectedIconPath": "/images/xiaoxi_1.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "我的",
- "iconPath": "/images/wode.png",
- "selectedIconPath": "/images/wode (1).png"
- }
- ]
- },
- "usingComponents": {
- "van-search": "@vant/weapp/search/index",
- "van-button": "@vant/weapp/button/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-divider": "@vant/weapp/divider/index",
- "van-switch": "@vant/weapp/switch/index",
- "van-checkbox": "@vant/weapp/checkbox/index",
- "van-checkbox-group": "@vant/weapp/checkbox-group/index",
- "van-submit-bar": "@vant/weapp/submit-bar/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-calendar": "@vant/weapp/calendar/index"
- },
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|