1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "tabBar": {
- "custom": true,
- "color": "#000000",
- "selectedColor": "#000000",
- "backgroundColor": "#000000",
- "list": [
- {
- "pagePath": "pages/tabbarPage/Home/index"
- },
- {
- "pagePath": "pages/tabbarPage/ClientService/index"
- },
- {
- "pagePath": "pages/tabbarPage/Supply/index"
- },
- {
- "pagePath": "pages/tabbarPage/Message/index"
- },
- {
- "pagePath": "pages/tabbarPage/User/index"
- }
- ]
- },
- "pages": [
- "pages/login/index",
- "pages/tabbarPage/Home/index",
- "pages/tabbarPage/ClientService/index",
- "pages/tabbarPage/Supply/index",
- "pages/tabbarPage/Message/index",
- "pages/tabbarPage/User/index",
- "pages/userPerfectMsg/index",
- "pages/userMessage/index",
- "pages/group&product/index",
- "pages/group&product/change"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#3CC1CE",
- "navigationBarTitleText": "布万家",
- "navigationBarTextStyle": "white"
- },
- "sitemapLocation": "sitemap.json",
- "usingComponents": {
- "My_navBar": "/components/My_navBar/index",
- "van-button": "@vant/weapp/button/index",
- "van-icon": "@vant/weapp/icon/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-cell-group": "@vant/weapp/cell-group/index",
- "van-image": "@vant/weapp/image/index",
- "van-field": "@vant/weapp/field/index",
- "van-uploader": "@vant/weapp/uploader/index",
- "van-search": "@vant/weapp/search/index",
- "van-switch": "@vant/weapp/switch/index",
- "van-action-sheet": "@vant/weapp/action-sheet/index"
- }
- }
|