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

83 lines
2.1 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/cardList/card",
"pages/body/body",
"pages/history/history",
"pages/history/historyDetail",
"pages/compk/contrast",
"pages/compk/pkdetail",
"pages/skiping/skip",
"pages/skiping/charts",
"pages/lunging/vitalcapacity",
"pages/lunging/charts",
"pages/my/me",
"pages/my/manage",
"pages/my/userInfo",
"pages/score/score",
"pages/score/history",
"pages/score/report",
"pages/login/forgetPassword",
"pages/login/login",
"pages/setting/setting",
"pages/setting/password",
"pages/setting/email",
"pages/setting/phone",
"pages/devices/search",
"pages/devices/G02",
"pages/business/business",
"pages/devices/PCV02",
"pages/business/addDevice",
"pages/business/search",
"pages/devices/PCT01",
"pages/my/about",
"pages/message/list",
"pages/notepad/notepad",
"pages/notepad/addNotepad",
"pages/PublicCards/PublicCards",
"pages/PublicCards/charts",
"pages/PublicCards/history",
"pages/PublicCards/contrast",
"pages/PublicCards/pkdetail"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#37cc92",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#333",
"fontSize": "13px",
"selectedColor": "#37cc92",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "static/shou.png",
"selectedIconPath": "static/shou2.png",
"text": "首页"
},
{
"pagePath": "pages/score/score",
"iconPath": "static/ping.png",
"selectedIconPath": "static/ping2.png",
"text": "估分"
},
{
"pagePath": "pages/business/business",
"iconPath": "static/bei.png",
"selectedIconPath": "static/bei2.png",
"text": "设备"
},
{
"pagePath": "pages/my/me",
"iconPath": "static/wo.png",
"selectedIconPath": "static/wo2.png",
"text": "我的"
}
]
},
"usingComponents": {}
}