var navs2 = [       
	{
		"title": "首页设置",
		"icon": "icon-banner",
		"href": "/zzhnc/banner/bannerList"
	},
	{
		"title": "文章管理",
		"icon": "icon-huodong",
		"href": "/zzhnc/activity/activityList"
	},
	{
		"title": "爆款商品",
		"icon": "icon-shangpin",
		"href": "/zzhnc/goods/goodsList"
	},
	{
		"title": "自动回复",
		"icon": "icon-huifu",
		"href": "/zzhnc/autoreply/autoresponse"
	},
	{
		"title": "抽奖管理",
		"icon": "icon-huodong1",
		"href": "/zzhnc/prize/prizeList"
	},
	{
		"title": "报表",
		"icon": "icon-xiaoshou",
		"children":[
			{
				"title": "商品报表",
				"icon": "icon-shangpin",
				"href": "/zzhnc/report/goods"
			},
			{
				"title": "粉丝列表",
				"icon": "icon-fensi",
				"href": "/zzhnc/report/fans"
			},
			{
				"title": "抽奖记录",
				"icon": "icon-jiangpin",
				"href": "/zzhnc/report/prize"
			}
		]
		
	}
]