{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } , { "path": "pages/login/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/cars/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } , { "path": "pages/orderInfo/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/orderInfom/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/orderPetList/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/careorderinfoCleanList/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/orderEdit/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/addresslist/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/addressconfig/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/orderDispatch/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "custom": true, "color": "#B8BBC3", "selectedColor": "#312D22", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/cars/index", "text": "分类" } ] } }