examTeamApp/unpackage/dist/build/mp-weixin/app.json

89 lines
2.1 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/skiping/skip",
"pages/skiping/charts",
"pages/lunging/vitalcapacity",
"pages/lunging/charts",
"pages/my/me",
"pages/score/score",
"pages/PublicCards/PublicCards",
"pages/body/body",
"pages/zixun/list"
],
"subPackages": [
{
"root": "pageTwo",
"pages": [
"history/history",
"history/historyDetail",
"compk/contrast",
"compk/pkdetail",
"cardList/card",
"business/business",
"business/addDevice",
"business/search",
"score/history",
"score/report",
"my/manage",
"message/list",
"my/userInfo",
"login/forgetPassword",
"login/login",
"my/about",
"setting/setting",
"setting/password",
"setting/email",
"setting/phone",
"devices/search",
"devices/G02",
"devices/PCL",
"devices/PCV02",
"devices/PCT01",
"devices/B20",
"notepad/notepad",
"notepad/addNotepad",
"PublicCards/charts",
"PublicCards/history",
"PublicCards/contrast",
"PublicCards/pkdetail",
"home/inheritHeighet",
"home/bmi",
"webview/webview"
]
}
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#37cc92",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#333",
"fontSize": "14px",
"selectedColor": "#37cc92",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/shou.png",
"selectedIconPath": "static/shou2.png",
"text": "记录"
},
{
"pagePath": "pages/zixun/list",
"iconPath": "static/ping.png",
"selectedIconPath": "static/ping2.png",
"text": "资讯"
},
{
"pagePath": "pages/my/me",
"iconPath": "static/wo.png",
"selectedIconPath": "static/wo2.png",
"text": "我的"
}
]
},
"usingComponents": {}
}