| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "筛查报告"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/addPatient/index",
- "style": {
- "navigationBarTitleText": "添加学生"
- }
- },
- {
- "path": "pages/chart/index",
- "style": {
- "navigationBarTitleText": "健康分析"
- }
- },
- {
- "path": "pages/setting/index",
- "style": {
- "navigationBarTitleText": "个人设置"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "筛查中心"
- }
- },
- {
- "path": "pages/webview/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "筛查中心",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#B2B6BE",
- "selectedColor": "#10AEFF",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "筛查报告",
- "iconPath": "static/tabbar/record.png",
- "selectedIconPath": "static/tabbar/record_on.png"
- },
- {
- "pagePath": "pages/my/index",
- "text": "个人中心",
- "iconPath": "static/tabbar/mine.png",
- "selectedIconPath": "static/tabbar/mine_on.png"
- }
- ]
- },
- "window": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
- }
- }
|