{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		
		
		{
			"path": "pages/index/index",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/mobile/index",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}
		},
		{
			"path": "pages/pc/index",
			"style": {
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/mobile/topTab",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}

		}, {
			"path": "pages/mobile/search",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/mobile/list",
			"style": {
				"navigationStyle": "custom",
				"enablePullDownRefresh": true
			}

		}
	    // {
	    //     "path" : "pages/mobile/demo",
	    //     "style" :                                                                                    
	    //     {
	    //         "navigationBarTitleText": "demo",
	    //         "enablePullDownRefresh": false
	    //     }
	        
	    // },
        ,{
            "path" : "pages/mobile/detail",
            "style" :                                                                                    
            {
                "navigationStyle": "custom"
                
            }
            
        },
		{
			"path": "pages/pc/list",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/pc/groupingList",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/pc/detail",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/pc/searchlist",
			"style": {
				"navigationStyle": "custom"
			}
		},
		
		{
			"path": "pages/pc/indexNew",
			"style": {
				"navigationStyle": "custom"
			}
		}
        ,{
            "path" : "pages/mobile/accessory_app",
            "style" :                                                                                    
            {
                "navigationBarTitleText": ""
            }
            
        },
		{
			"path": "pages/index/reportUni",
			"style": {
				/* "navigationBarTitleText": "检测报告", */
				"enablePullDownRefresh": true,
				"navigationStyle": "custom"
			}
		}
    ],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "门店学院",
		"navigationBarBackgroundColor": "#FFFFFF",
		"backgroundColor": "#FFFFFF"
	}
}