代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "%page.index%"
}
},
{
"path": "pages/report/report",
"style": {
"navigationBarTitleText": "%page.report%",
"enablePullDownRefresh": false,
// "navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "%page.my%",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "%page.login%",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "sub_my_page",
"pages": [{
"path": "set-userinfo/set-userinfo",
"style": {
"navigationBarTitleText": "%me.EditProfile%",
"enablePullDownRefresh": false
}
},
{
"path": "device-info/device-info",
"style": {
"navigationBarTitleText": "%me.DeviceInformation%",
"enablePullDownRefresh": false
}
},
{
"path": "setting/setting",
"style": {
"navigationBarTitleText": "%me.Settings%",
"enablePullDownRefresh": false
}
},
{
"path" : "userAgreement/userAgreement",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "alarm-msg/alarm-msg",
"style" :
{
"navigationBarTitleText" : "%my.alarm%"
}
},
{
"path" : "sendMsg/sendMsg",
"style" :
{
"navigationBarTitleText" : "%my.sendMsg%"
}
},
{
"path" : "bluetooth-connect/bluetooth-connect",
"style" :
{
"navigationBarTitleText" : ""
}
}
]
},
{
"root": "sub_index_page",
"pages": [{
"path" : "bloodPressure/bloodPressure",
"style" :
{
"navigationBarTitleText" : "%data.BloodPressure%",
"enablePullDownRefresh" : false,
"navigationBarBackgroundColor": "#fff"
}
},
{
"path" : "temperature/temperature",
"style" :
{
"navigationBarTitleText" : "%data.BodyTemperature%",
"enablePullDownRefresh" : false,
"navigationBarBackgroundColor": "#fff"
}
},
{
"path" : "bloodOxygen/bloodOxygen",
"style" :
{
"navigationBarTitleText" : "%data.BloodOxygen%",
"enablePullDownRefresh" : false,
"navigationBarBackgroundColor": "#fff"
}
},
{
"path" : "step/step",
"style" :
{
"navigationBarTitleText" : "%data.NumberOfSteps%",
"enablePullDownRefresh" : false,
"navigationBarBackgroundColor": "#fff"
}
},
{
"path" : "bloodSugar/bloodSugar",
"style" :
{
"navigationBarTitleText" : "%data.BloodSugar%",
"enablePullDownRefresh" : false,
"navigationBarBackgroundColor": "#fff",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path" : "heartRate/heartRate",
"style" :
{
"navigationBarTitleText" : "%data.HeartRate%",
"navigationBarBackgroundColor": "#fff",
"enablePullDownRefresh" : false
}
},
{
"path" : "calibrateBloodSugar/calibrateBloodSugar",
"style" :
{
"navigationBarTitleText" : "%GluCalibration%",
"enablePullDownRefresh" : false
}
}
]
}
],
"tabBar": {
"list": [{
"text": "首页",
"iconPath": "static/images/tabbar/index.png",
"selectedIconPath": "static/images/tabbar/index-selected.png",
"pagePath": "pages/index/index"
},
{
"text": "报告",
"iconPath": "static/images/tabbar/report.png",
"selectedIconPath": "static/images/tabbar/report-selected.png",
"pagePath": "pages/report/report"
},
{
"text": "我的",
"iconPath": "static/images/tabbar/my.png",
"selectedIconPath": "static/images/tabbar/my-selected.png",
"pagePath": "pages/my/my"
}
]
},
"requiredPrivateInfos":[
"openLocation",
"scope.bluetooth"
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。