You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							73 lines
						
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							73 lines
						
					
					
						
							2.2 KiB
						
					
					
				
								{
							 | 
						|
									
							 | 
						|
									"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
							 | 
						|
									{
							 | 
						|
									    "path" : "pages/allpages/index",
							 | 
						|
									    "style" :                                                                                    
							 | 
						|
									    {
							 | 
						|
									        "navigationBarTitleText": "调试所有页面",
							 | 
						|
											"navigationBarBackgroundColor": "#1783FF",
							 | 
						|
											"navigationBarTextStyle": "white"
							 | 
						|
									       // "enablePullDownRefresh": false
							 | 
						|
											
							 | 
						|
									    }
							 | 
						|
									    
							 | 
						|
									},
							 | 
						|
										{
							 | 
						|
										    "path" : "pages/login/index",
							 | 
						|
										    "style" :                                                                                    
							 | 
						|
										    {
							 | 
						|
										        "navigationBarTitleText": "代理登录",
							 | 
						|
												"navigationBarBackgroundColor": "#1783FF",
							 | 
						|
												"navigationBarTextStyle": "white"
							 | 
						|
										       // "enablePullDownRefresh": false
							 | 
						|
												
							 | 
						|
										    }
							 | 
						|
										    
							 | 
						|
										}
							 | 
						|
										,{
							 | 
						|
										    "path" : "pages/index/index",
							 | 
						|
										    "style" :                                                                                    
							 | 
						|
										    {
							 | 
						|
										        "navigationBarTitleText": "代理主页",
							 | 
						|
										        "navigationBarBackgroundColor": "#1783FF",
							 | 
						|
										        "navigationBarTextStyle": "white"
							 | 
						|
										    }
							 | 
						|
										}
							 | 
						|
										,{
							 | 
						|
										    "path" : "pages/cash/cash",
							 | 
						|
										    "style" :                                                                                    
							 | 
						|
										    {
							 | 
						|
										        "navigationBarTitleText": "代理提现",
							 | 
						|
										        "navigationBarBackgroundColor": "#fff",
							 | 
						|
										        "navigationBarTextStyle": "black"
							 | 
						|
										    }
							 | 
						|
										}
							 | 
						|
										,{
							 | 
						|
										    "path" : "pages/cashdetail/cashdetail",
							 | 
						|
										    "style" :                                                                                    
							 | 
						|
										    {
							 | 
						|
										        "navigationBarTitleText": "代理提现",
							 | 
						|
										        "navigationBarBackgroundColor": "#fff",
							 | 
						|
										        "navigationBarTextStyle": "black"
							 | 
						|
										    }
							 | 
						|
										}
							 | 
						|
										,{
							 | 
						|
										    "path" : "pages/history/history",
							 | 
						|
										    "style" :                                                                                    
							 | 
						|
										    {
							 | 
						|
										        "navigationBarTitleText": "代理提现历史",
							 | 
						|
										        "navigationBarBackgroundColor": "#fff",
							 | 
						|
										        "navigationBarTextStyle": "black"
							 | 
						|
										    }
							 | 
						|
										    
							 | 
						|
										}
							 | 
						|
									],
							 | 
						|
									
							 | 
						|
									"globalStyle": {
							 | 
						|
										"navigationBarTextStyle": "black",
							 | 
						|
										"navigationBarTitleText": "uView",
							 | 
						|
										"navigationBarBackgroundColor": "#FFFFFF",
							 | 
						|
										"backgroundColor": "#FFFFFF"
							 | 
						|
									}
							 | 
						|
								}
							 |