{ "pages": [ { "path": "pages/bluetooth/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/bluetooth/set/set", "style": { "navigationBarTitleText": "操作" } }, { "path" : "pages/bluetooth/set/one", "style" : { "navigationBarTitleText" : "设置一" } }, { "path" : "pages/bluetooth/set/two", "style" : { "navigationBarTitleText" : "设置二" } }, { "path" : "pages/bluetooth/set/record", "style" : { "navigationBarTitleText" : "" } } ], "tabBar": { "color": "#000000", "selectedColor": "#000000", "borderStyle": "white", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/bluetooth/index/index", "iconPath": "static/images/tabbar/ly.png", "selectedIconPath": "static/images/tabbar/ly_active.png", "text": "首页" }, { "pagePath": "pages/bluetooth/set/set", "iconPath": "static/images/tabbar/cz.png", "selectedIconPath": "static/images/tabbar/cz_active.png", "text": "操作" }, { "pagePath": "pages/bluetooth/set/one", "iconPath": "static/images/tabbar/set.png", "selectedIconPath": "static/images/tabbar/set_active.png", "text": "设置一" }, { "pagePath": "pages/bluetooth/set/two", "iconPath": "static/images/tabbar/set.png", "selectedIconPath": "static/images/tabbar/set_active.png", "text": "设置二" }, { "pagePath": "pages/bluetooth/set/record", "iconPath": "static/images/tabbar/record.png", "selectedIconPath": "static/images/tabbar/record_active.png", "text": "接收" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "RuoYi", "navigationBarBackgroundColor": "#FFFFFF" } }