{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "backgroundColor": "#f5f6f8", "navigationBarTitleText": "登录", "app-plus": {} } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/device/device", "style": { "navigationBarTitleText": "设备" } }, { "path": "pages/location/location", "style": { "navigationBarTitleText": "定位" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/device/detail/index", "style": { "navigationBarTitleText": " 设备详情" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "芯域物联", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "backgroundColor": "#ffffff", "color": "#cdcdcd", "selectedColor": "#50B7EA", "borderStyle": "white", "list": [{ "pagePath": "pages/home/home", "iconPath": "static/home.png", "selectedIconPath": "static/home_active.png", "text": "首页" }, { "pagePath": "pages/device/device", "iconPath": "static/device.png", "selectedIconPath": "static/device_active.png", "text": "设备" }, { "pagePath": "pages/location/location", "iconPath": "static/location.png", "selectedIconPath": "static/location_active.png", "text": "定位" }, { "pagePath": "pages/user/user", "iconPath": "static/user.png", "selectedIconPath": "static/user_active.png", "text": "我的" } ] } }