12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "tabBar": {
- "custom": true,
- "color": "#000000",
- "selectedColor": "#000000",
- "backgroundColor": "#000000",
- "list": [
- {
- "pagePath": "pages/tabbar-pages/home/index"
- },
- {
- "pagePath": "pages/tabbar-pages/customer-service-staff/index"
- },
- {
- "pagePath": "pages/tabbar-pages/supplyAndDemand/index"
- },
- {
- "pagePath": "pages/tabbar-pages/message/index"
- },
- {
- "pagePath": "pages/tabbar-pages/user/index"
- }
- ]
- },
- "pages": [
- "pages/login/index",
- "pages/userCenter/index",
- "pages/teamManagement/index",
- "pages/teamManagement/change",
- "pages/productManagement/index",
- "pages/storeMessage/index",
- "pages/announceDemand/index",
- "pages/productManagement/change",
- "pages/tabbar-pages/home/index",
- "pages/tabbar-pages/customer-service-staff/index",
- "pages/tabbar-pages/supplyAndDemand/index",
- "pages/tabbar-pages/message/index",
- "pages/tabbar-pages/user/index",
- "pages/tabbar-pages/supplyAndDemand/particulars",
- "pages/tradeShow/index",
- "pages/liveStreaming/index",
- "pages/businessPartner/index",
- "pages/businessPartner/details",
- "pages/businessPartner/applyFor",
- "pages/storeMessage/select",
- "pages/storeMessage/storehomepage",
- "pages/storeMessage/editor/editor",
- "pages/webView/index",
- "pages/teamManagement/applyFor",
- "pages/instantMessaging/index",
- "pages/annunciate/index",
- "pages/annunciate/newAndChange",
- "pages/annunciate/details",
- "pages/annunciate/glanceover"
- ],
- "usingComponents": {
- "van-button": "@vant/weapp/button/index",
- "van-field": "@vant/weapp/field/index",
- "van-icon": "@vant/weapp/icon/index",
- "My_GeneralTemplate": "/components/My_GeneralTemplate/index",
- "My_GreyRectangleForm": "/components/My_GreyRectangleForm/index",
- "My_UploadFiles": "/components/My_UploadFiles/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index",
- "van-action-sheet": "@vant/weapp/action-sheet/index",
- "My_Checkbox": "/components/My_Checkbox/index",
- "My_navBar": "/components/My_navBar/index",
- "My_pageReachBottom": "/components/My_pageReachBottom/index",
- "van-transition": "@vant/weapp/transition/index",
- "My_DisplayBox": "/components/My_DisplayBox/index",
- "My_VerticalBox": "/components/My_VerticalBox/index",
- "My_NavTabs": "/components/My_NavTabs/index",
- "My_BannerSwiper": "/components/My_BannerSwiper/index",
- "My_showModel": "/components/My_showModel/index",
- "My_DisplayItem": "/components/My_DisplayItem/index",
- "My_fixedButton": "/components/My_fixedButton/index",
- "van-popup": "@vant/weapp/popup/index",
- "My_MultipleChoice": "/components/My_MultipleChoice/index",
- "My_SupplyAndDemandItemBox": "/components/My_SupplyAndDemandItemBox/index",
- "My_CenterTheTitle": "/components/My_CenterTheTitle/index",
- "My_paging": "/components/My_paging/index"
- },
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#4DC2D4",
- "navigationBarTitleText": "布万家",
- "navigationBarTextStyle": "white"
- },
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "networkTimeout": {
- "request": 20000
- },
- "debug": true
- }
|