{ "pages": [ "pages/index/index", "pages/me/index" ], "subPackages": [ { "root": "package_sub", "pages": [ "login/login", "order/order", "order/orderDetail" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "医康养-护工端", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#686868", "selectedColor": "#686868", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/home.png", "selectedIconPath": "static/home-active.png", "text": "首页" }, { "pagePath": "pages/me/index", "iconPath": "static/user.png", "selectedIconPath": "static/user-active.png", "text": "我的" } ] }, "preloadRule": {}, "usingComponents": {} }