{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "enableShareAppMessage": true } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom", "enableShareAppMessage": true } }, { "path": "pages/mine/update", "style": { "navigationBarTitleText": "个人资料", "navigationStyle": "custom" } }, { "path": "pages/deviceBind/index", "style": { "navigationBarTitleText": "设备绑定", "navigationStyle": "custom" } }, { "path": "pages/selectDevice/index", "style": { "navigationBarTitleText": "选择设备", "navigationStyle": "custom" } }, { "path": "pages/device/index", "style": { "navigationBarTitleText": "设备", "navigationStyle": "custom" } }, { "path": "pages/deviceManage/index", "style": { "navigationBarTitleText": "设备管理", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#8A8A8A", "selectedColor": "#007AFF", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabbar/index.png", "selectedIconPath": "static/tabbar/index_select.png" }, { "pagePath": "pages/device/index", "text": "设备", "iconPath": "static/tabbar/device.png", "selectedIconPath": "static/tabbar/device_select.png" }, { "pagePath": "pages/mine/index", "text": "我的", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mine_select.png" } ] }, "uniIdRouter": {} }