63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						||
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 | 
						||
		{
 | 
						||
			"path": "pages/index/index",
 | 
						||
			"style": {
 | 
						||
				"navigationBarTitleText": "首页",
 | 
						||
				"app-plus": {
 | 
						||
					"titleNView": {
 | 
						||
						"buttons": [{
 | 
						||
							"text": "进入",
 | 
						||
							"type": "none",
 | 
						||
							"color": "#304ffe",
 | 
						||
							"background": "#000000",
 | 
						||
							"fontSize": "14px"
 | 
						||
						}]
 | 
						||
					}
 | 
						||
				}
 | 
						||
			}
 | 
						||
		},
 | 
						||
		{
 | 
						||
			"path": "pages/camera/index",
 | 
						||
			"style": {
 | 
						||
				"navigationBarTitleText": "随手拍",
 | 
						||
				"onReachBottomDistance": 100
 | 
						||
			}
 | 
						||
		},
 | 
						||
		{
 | 
						||
			"path": "pages/apply/index",
 | 
						||
			"style": {
 | 
						||
				"navigationBarTitleText": "个人信息"
 | 
						||
				// "navigationBarBackgroundColor": "#fff"
 | 
						||
			}
 | 
						||
		},
 | 
						||
		{
 | 
						||
			"path": "pages/apply/complete",
 | 
						||
			"style": {
 | 
						||
				"navigationBarTitleText": "",
 | 
						||
				// "navigationBarBackgroundColor": "#fff",
 | 
						||
				"app-plus": {
 | 
						||
					"titleNView": {
 | 
						||
						// "titleSize": "18px",
 | 
						||
						"autoBackButton": false
 | 
						||
					}
 | 
						||
				}
 | 
						||
			}
 | 
						||
		},
 | 
						||
		{
 | 
						||
			"path": "pages/webview/webview",
 | 
						||
			"style": {
 | 
						||
				"navigationBarTitleText": "",
 | 
						||
				"enablePullDownRefresh": false
 | 
						||
			}
 | 
						||
		}
 | 
						||
		
 | 
						||
	],
 | 
						||
	"globalStyle": {
 | 
						||
		"navigationBarTextStyle": "black",
 | 
						||
		"navigationBarTitleText": "uni-app",
 | 
						||
		"navigationBarBackgroundColor": "#f6faff", //f6faff
 | 
						||
		"backgroundColor": "#F8F8F8"
 | 
						||
	},
 | 
						||
	"uniIdRouter": {}
 | 
						||
} |