2 Star 0 Fork 0

wjlong1128/5k-watch-applet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.04 KB
一键复制 编辑 原始数据 按行查看 历史
wjlong1128 提交于 2024-07-02 18:09 . 开始蓝牙模块
{
"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": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wjlong1128/5k-watch-applet.git
git@gitee.com:wjlong1128/5k-watch-applet.git
wjlong1128
5k-watch-applet
5k-watch-applet
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385