{ "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": {} }