pages.json 2.4 KB
Newer Older
杜庆泉's avatar
init  
杜庆泉 已提交
1 2 3 4
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		
	    {
打打卡夫卡's avatar
打打卡夫卡 已提交
5
            "path" : "pages/index/index",
杜庆泉's avatar
init  
杜庆泉 已提交
6 7 8 9 10 11 12
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        },
杜庆泉's avatar
杜庆泉 已提交
13
		
杜庆泉's avatar
init  
杜庆泉 已提交
14
        {
打打卡夫卡's avatar
打打卡夫卡 已提交
15
            "path" : "pages/advance/advance",
杜庆泉's avatar
init  
杜庆泉 已提交
16 17 18 19 20 21 22 23
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        },
		{
打打卡夫卡's avatar
打打卡夫卡 已提交
24
		    "path" : "pages/SystemAPI/SystemAPI",
杜庆泉's avatar
init  
杜庆泉 已提交
25 26 27 28 29 30 31 32
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "",
		        "enablePullDownRefresh": false
		    }
		    
		},
		{
打打卡夫卡's avatar
打打卡夫卡 已提交
33
		    "path" : "pages/SDKIntegration/SDKIntegration",
杜庆泉's avatar
init  
杜庆泉 已提交
34 35 36 37 38 39
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "",
		        "enablePullDownRefresh": false
		    }
		    
杜庆泉's avatar
杜庆泉 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
		},
		{
		    "path" : "pages/lifecycle/lifecycle",
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "",
		        "enablePullDownRefresh": false
		    }
		    
		},
		{
		    "path" : "pages/resource/resource",
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "",
		        "enablePullDownRefresh": false
		    }
		    
杜庆泉's avatar
init  
杜庆泉 已提交
58
		}
杜庆泉's avatar
杜庆泉 已提交
59
		
杜庆泉's avatar
init  
杜庆泉 已提交
60 61 62 63 64 65 66
    ],
	"tabBar": {
		"color": "#7A7E83",
		"selectedColor": "#007AFF",
		"borderStyle": "black",
		"backgroundColor": "#F8F8F8",
		"list": [{
杜庆泉's avatar
杜庆泉 已提交
67
				"pagePath": "pages/index/index",
杜庆泉's avatar
init  
杜庆泉 已提交
68 69 70
				"text": "入门"
			},
			{
杜庆泉's avatar
杜庆泉 已提交
71
				"pagePath": "pages/advance/advance",
杜庆泉's avatar
init  
杜庆泉 已提交
72 73
				"text": "进阶"
			}, {
杜庆泉's avatar
杜庆泉 已提交
74
				"pagePath":"pages/SystemAPI/SystemAPI",
杜庆泉's avatar
init  
杜庆泉 已提交
75 76
				"text": "系统API"
			}, {
杜庆泉's avatar
杜庆泉 已提交
77
				"pagePath": "pages/SDKIntegration/SDKIntegration",
杜庆泉's avatar
init  
杜庆泉 已提交
78 79 80 81 82 83 84 85 86 87 88 89
				"text": "三方SDK"
			}
		]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "uni-app",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	},
	"uniIdRouter": {}
}