| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 | 
							- {
 
- 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 
- 		{
 
- 			"path": "pages/index/index",
 
- 			"style": {
 
- 				// "navigationBarTitleText": "uni-app"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/login/login",
 
- 			"style": {
 
- 				
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/register/register",
 
- 			"style": {
 
- 				
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/home/home",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/basalMetabolism/basalMetabolism",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/dayCalorie/dayCalorie",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/heartRhythms/heartRhythms",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/bodyFatRatio/bodyFatRatio",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/basalMetabolism/help",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/bodyFatRatio/help",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/dayCalorie/help",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/heartRhythms/help",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/heartRhythms/staticHeartRateHelp",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		}
 
- 		
 
- 	],
 
- 	"globalStyle": {
 
- 		"navigationStyle": "custom"
 
- 		// "navigationBarTextStyle": "white",
 
- 		// "navigationBarTitleText": "燃脂功能训练",
 
- 		// "navigationBarBackgroundColor": "rgb(115,164,164)",
 
- 		// "backgroundColor": "#F8F8F8",
 
- 		// "scrollIndicator": "none",
 
- 		// "app-plus":{
 
- 		// 	// "titleNView":false
 
- 		// 	"scrollIndicator":"none" //全局 在APP页面都不显示滚动条
 
- 		// }
 
- 	}
 
- 	
 
- }
 
 
  |