{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/DeviceDetail/index",
|
"style": {
|
"navigationBarTitleText": "设备详情",
|
"navigationBarBackgroundColor": "#16b5cb"
|
}
|
},
|
{
|
"path": "pages/AdvancedFeatures/index",
|
"style": {
|
"navigationBarTitleText": "高级功能",
|
"navigationBarBackgroundColor": "#16b5cb"
|
}
|
},
|
{
|
"path": "pages/Connect/mainIndex",
|
"style": {
|
"navigationBarTitleText": "连接蓝牙",
|
"navigationBarBackgroundColor": "#16b5cb"
|
}
|
},
|
{
|
"path": "pages/Setting/index",
|
"style": {
|
"navigationBarTitleText": "设备配置",
|
"navigationBarBackgroundColor": "#16b5cb"
|
}
|
},
|
{
|
"path": "pages/Connect/index",
|
"style": {
|
"navigationBarTitleText": "连接蓝牙",
|
"navigationBarBackgroundColor": "#16b5cb"
|
}
|
},
|
{
|
"path": "pages/TrendRecord/index",
|
"style": {
|
"navigationBarTitleText": "趋势记录",
|
"navigationBarBackgroundColor": "#16b5cb"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "white",
|
"navigationBarTitleText": "连接蓝牙",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
}
|
}
|