{ "pages": [ { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/event/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/device/add", "style": { "navigationBarTitleText": "添加设备" } }, { "path": "pages/device/config", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智慧养老", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F1F1F4" }, "tabBar": { "color": "#666666", "selectedColor": "#2CCB98", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/event/index", "text": "事件" }, { "pagePath": "pages/mine/index", "text": "我的" } ] }, "uniIdRouter": {} }