pages.json 3.1 KB
{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		
		{
			"path": "pages/index/init",
			"style": {
				"navigationStyle":"custom"
			}
		},
		{
			"path": "pages/index/license/otherQuestion",
			"style": {
				"navigationBarTitleText":"其他问题"
			}
		},
		{
			"path": "pages/index/license/hand",
			"style": {
				"navigationBarBackgroundColor":"#fff"
			}
		},
		{
			"path": "pages/my/opinion",
			"style": {
				"navigationBarTitleText":"反馈与帮助"
			}
		},
		{
			"path": "pages/my/us",
			"style": {
				"navigationBarTitleText":""
			}
		},
		{
			"path": "pages/map/map",
			"style": {
				"navigationBarTitleText":"地图"
			}
		},
		{
			"path": "pages/index/license/checkDetail"
		},
		{
			"path": "pages/index/license/search",
			"style": {
				"navigationBarTitleText":"搜索",
				"navigationBarBackgroundColor":"#fff"
			}
		},
		{
			"path": "pages/index/license/factoryDetail",
			"style": {
				"navigationBarBackgroundColor":"#fff"
			}
		},
		{
			"path": "pages/index/license/check",
			"style": {
				"navigationBarTitleText":"排污许可证后监管",
				"navigationBarBackgroundColor":"#4BB377",
				"navigationBarTextStyle":"white"
			}
		},
		{
			"path": "pages/index/index",
			"style": {
				"navigationStyle":"custom"
			}
		}
	    ,{
            "path" : "pages/login/login",
            "style" :                                                                                    
            {
                "navigationStyle":"custom"
            }
            
        }
        ,{
            "path" : "pages/news/news",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "消息"
            }
            
        }
        ,{
            "path" : "pages/my/my",
            "style" :                                                                                    
            {
                "navigationStyle":"custom"
            }
            
        }
    ],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarBackgroundColor": "#FFFFFF",
		"backgroundColor": "#FFFFFF"
	},
	"tabBar": {
	    "color": "#646566",
	    "selectedColor": "#4bb377",
	    "borderStyle": "black",
	    "backgroundColor": "#ffffff",
	    "list": [{
	        "pagePath": "pages/index/index",
	        "iconPath": "static/image/ic_tabbar_home_n.png",
	        "selectedIconPath": "static/image/ic_tabbar_home_s.png",
	        "text": "首页"
	    }, {
	        "pagePath": "pages/map/map",
	        "iconPath": "static/image/ic_tabbar_find_n.png",
	        "selectedIconPath": "static/image/ic_tabbar_find_s.png",
	        "text": "地图"
	    }, {
	        "pagePath": "pages/news/news",
	        "iconPath": "static/image/ic_tabbar_oder_n.png",
	        "selectedIconPath": "static/image/ic_tabbar_oder_s.png",
	        "text": "消息"
	    }, {
	        "pagePath": "pages/my/my",
	        "iconPath": "static/image/ic_tabbar_home_n_2.png",
	        "selectedIconPath": "static/image/ic_tabbar_home_s_2.png",
	        "text": "我的"
	    }]
	}
}