{
	"pages": [
		"custom-pages/custom-index/index",
		"pages/index/index",
		"pages/couponPack/couponPack",
		"pages/login/login",
		"pages/defaultError/defaultError",
		"pages/scan/index/index",
		"custom-pages/custom-product/index",
		"custom-pages/custom-scan/index",
		"pages/clearCode/index",
		"pages/webView/index"
	],
	"subPackages": [{
			"root": "scanGroup",
			"pages": ["index/index", "dahaoda/index/index", "dahaoda/record/index", "jyScan/index/index", "jyScan/welfare/index",
				"jyScan/record/index","jyScan/openCodeLottery/index"
			]
		},
		{
			"root": "middlePage",
			"pages": [
				"pages/privacyGps/privacyGps",
				"pages/scanCode/scanCode",
				"pages/scan/scan",
				"pages/scanTest/scanTest",
				"pages/rule/rule"
			]
		}
	],
	"entryPagePath": "custom-pages/custom-index/index",
	"window": {
		"backgroundTextStyle": "light",
		"navigationBarBackgroundColor": "#fff",
		"navigationBarTitleText": "味动力乳酸菌",
		"navigationBarTextStyle": "black"
	},
	"tabBar": {
		"custom": true,
		"list": [{
				"pagePath": "custom-pages/custom-index/index",
				"text": "首页",
				"iconPath": "/images/icon_index_act.png"
			},
			{
				"pagePath": "custom-pages/custom-scan/index",
				"text": "扫码"
			},
			{
				"pagePath": "custom-pages/custom-product/index",
				"text": "产品介绍"
			}
		]
	},
	"usingComponents": {
		"mp-html": "mp-html",
		"v-popup": "./components/v-popup/v-popup",
		"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar"
	},
	"requiredPrivateInfos": ["getFuzzyLocation"],
	"permission": {
		"scope.userFuzzyLocation": {
			"desc": "你的位置信息将用于活动参与"
		}
	},
	"plugins": {},
	"useExtendedLib": {
		"weui": true
	},
	"__usePrivacyCheck__": true,
	"sitemapLocation": "sitemap.json"
}