{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", //首页 "style": { "navigationBarTitleText": "猫王妙播" } }, { "path": "pages/play/play", "style": { "navigationBarTitleText": "妙控", "enablePullDownRefresh": false } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "pages/demo/mqtt/mqttDemo", "style": { "navigationBarTitleText": "mqttDemo", "enablePullDownRefresh": false } } , { "path": "pages/demo/mqtt/deviceInfo", "style": { "navigationBarTitleText": "mqttDemo", "enablePullDownRefresh": false } } ,{ "path" : "pages/addDevice/selectDevice/selectDevice", "style" : { "navigationBarTitleText": "选择设备型号", "enablePullDownRefresh": false } } ,{ "path" : "pages/addDevice/connectDevice/connectDevice", "style" : { "navigationBarTitleText": "连接设备", "enablePullDownRefresh": false } } ,{ "path" : "pages/webview/webview", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/mine/device/deviceManager/deviceManager", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/mine/device/deviceDetail/deviceDetail", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "猫王妙播", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#353535", "selectedColor": "#6547A3", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/home/home.png", "selectedIconPath": "static/home/home_selected.png", "text": "首页" }, { "pagePath": "pages/play/play", "iconPath": "static/home/play.png", "selectedIconPath": "static/home/play_selected.png", "text": "妙控" }, { "pagePath": "pages/mine/mine", "iconPath": "static/home/mine.png", "selectedIconPath": "static/home/mine_selected.png", "text": "我的" } ] }, "condition": { "current": 0, "list": [ { "name": "管理设备", "path": "pages/mine/device/deviceManager/deviceManager" }, { "name": "webview", "path": "pages/webview/webview", "query": "path=help" }, { "name": "connectDevice", "path": "pages/addDevice/connectDevice/connectDevice", "query": "model=MW-M3&name=猫王·MW-M3" }, { "name": "device", "path": "pages/addDevice/selectDevice/selectDevice" }, { "name": "mqtt", "path": "pages/demo/mqtt/mqttDemo" }, { "name": "登录组件", "path": "pages/login/login" } ] } }