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

54 lines
1.4 KiB
JSON
Raw Normal View History

2022-08-24 15:01:04 +08:00
{
2023-07-21 17:04:30 +08:00
"pages": [
"pages/homepage/homepage",
"pages/Parentinformation/Parentinformation",
"pages/prescription/prescription",
"pages/index/index",
"pages/Personal/Personal",
"pages/grade/grade",
"pages/home/home",
"pages/Viewprescription/Viewprescription"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/homepage/homepage",
"iconPath": "static/shouye.png",
"selectedIconPath": "static/homepage.png",
"text": "首页"
},
{
"pagePath": "pages/grade/grade",
"iconPath": "static/grade.png",
"selectedIconPath": "static/chengji.png",
"text": "成绩"
},
{
"pagePath": "pages/prescription/prescription",
"iconPath": "static/chufanghui.png",
"selectedIconPath": "static/chufang.png",
"text": "处方"
},
{
"pagePath": "pages/Personal/Personal",
"iconPath": "static/Personal.png",
"selectedIconPath": "static/wode.png",
"text": "我的"
}
]
},
"lazyCodeLoading": "requiredComponents",
"permission": {},
"usingComponents": {}
2022-08-24 15:01:04 +08:00
}