{ "pages": [ "pages/index/index", "pages/tabBar/firstPage/firstPage", "pages/tabBar/count/count", "pages/tabBar/count/countDetail", "pages/tabBar/count/productDetail", "pages/tabBar/current/current" ], "subPackages": [], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "borderStyle": "black", "selectedColor": "#48bff4", "color": "#444444", "custom": true, "list": [ { "pagePath": "pages/tabBar/firstPage/firstPage" }, { "pagePath": "pages/tabBar/count/count" }, { "pagePath": "pages/tabBar/current/current" } ] }, "networkTimeout": { "request": 5000 }, "usingComponents": {} }