{ "pages": [ "pages/index/index", "pages/login", "pages/news/index", "pages/ai/index" ], "subPackages": [ { "root": "WORKORDER", "pages": [ "list/index", "add/index", "show/index" ] }, { "root": "INDEX", "pages": [ "binding/index", "bill/list/index", "bill/show/index", "pay/index", "asset_houses/index", "archive_houses/index", "me/index" ] } ], "window": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" }, "tabBar": { "custom": true, "color": "#3D3D3D", "selectedColor": "#3D3D3D", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/static/tabbar/home_icon.png", "selectedIconPath": "/static/tabbar/home_active.png" }, { "pagePath": "pages/ai/index", "text": "智能管家", "iconPath": "/static/tabbar/home_icon.png", "selectedIconPath": "/static/tabbar/home_active.png" }, { "pagePath": "pages/news/index", "text": "消息", "iconPath": "/static/tabbar/news_icon.png", "selectedIconPath": "/static/tabbar/news_active.png" } ] }, "usingComponents": {} }