{
	"pages": [{
			"path": "pages/index",
			"style": {
				"navigationBarTitleText": "首页",
				"navigationStyle": "custom",
				"usingComponents": {
					"van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
					"van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
				}
			}
		},
		{
			"path": "pages/login",
			"style": {
				"navigationBarTitleText": "登录",
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/enterprise",
			"style": {
				"navigationBarTitleText": "企业",
				"navigationStyle": "custom",
				"usingComponents": {
					"van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
					"van-dropdown-item": "/wxcomponents/vant/dropdown-item/index",
					"van-search": "/wxcomponents/vant/search/index"
				}
			}
		},
		{
			"path": "pages/chat",
			"style": {
				"navigationBarTitleText": "聊天",
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/task",
			"style": {
				"navigationBarTitleText": "任务",
				"navigationStyle": "custom",
				"usingComponents": {
					"van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
					"van-dropdown-item": "/wxcomponents/vant/dropdown-item/index",
					"van-circle": "/wxcomponents/vant/circle/index"
				}
			}
		},
		{
			"path": "pages/owner",
			"style": {
				"navigationBarTitleText": "个人中心",
				"navigationStyle": "custom"
			}
		}
	],
	"easycom": {
		"autoscan": true,
		"custom": {
			"^cs-(.*)": "@/components/cs-$1/index.vue",
			"^s-(.*)": "@/uni_modules/s-components/s-$1/index.vue",
			"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
		}
	},
	"subPackages": [{
		"root": "sub",
		"pages": [{
				"path": "owner/edit",
				"style": {
					"navigationBarTitleText": "个人信息"
				}
			}, {
				"path": "owner/invite",
				"style": {
					"navigationBarTitleText": "邀请企业"
				}
			}, {
				"path": "enterprise/edit",
				"style": {
					"navigationBarTitleText": "企业填报"
				}
			}, {
				"path": "common/waiting",
				"style": {
					"navigationBarTitleText": ""
				}
			}, {
				"path": "enterprise/detail",
				"style": {
					"navigationBarTitleText": "档案详情",
					"componentPlaceholder": {
						"u-modal": "view"
					}
				}
			}, {
				"path": "chat/index",
				"style": {
					"navigationBarTitleText": "智慧生态"
				}
			}, {
				"path": "task/detail",
				"style": {
					"navigationBarTitleText": "执法记录",
					"onReachBottonDistance": 50,
					"enablePullDownRefresh": true,
					"usingComponents": {
						"van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
						"van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
					},
					"componentPlaceholder": {
						"u-modal": "view",
						"u-sticky": "view"
					}
				}
			},
			{
				"path": "task/record",
				"style": {
					"navigationBarTitleText": "记录详情 ",
					"usingComponents": {},
					"componentPlaceholder": {}
				}
			},
			{
				"path": "task/locate",
				"style": {
					"usingComponents": {
						"van-action-sheet": "/wxcomponents/vant/action-sheet/index"
					},
					"componentPlaceholder": {
						"u-modal": "view"
					}
				}
			},
			{
				"path": "task/enforce",
				"style": {
					"navigationBarTitleText": "结果反馈",
					"usingComponents": {
						"van-action-sheet": "/wxcomponents/vant/action-sheet/index"
					},
					"componentPlaceholder": {
						"u-modal": "view",
						"uni-easyinput": "view"
					}
				}
			},
			{
				"path": "task/log",
				"style": {
					"navigationBarTitleText": "结果反馈"
				}
			},
			{
				"path": "inspection/detail",
				"style": {
					"navigationBarTitleText": "",
					"onReachBottonDistance": 50,
					"enablePullDownRefresh": true
				}
			},
			{
				"path": "inspection/record",
				"style": {
					"navigationBarTitleText": "",
					"onReachBottonDistance": 50,
					"enablePullDownRefresh": true
				}
			}
		]
	}],
	"tabBar": {
		"list": [{
				"pagePath": "pages/index"
			},
			{
				"pagePath": "pages/task"
			},
			{
				"pagePath": "pages/chat"
			},
			{
				"pagePath": "pages/enterprise"
			},
			{
				"pagePath": "pages/owner"
			}
		]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "智慧生态",
		"navigationBarBackgroundColor": "#FFF",
		"backgroundColor": "#FFF"
	}
}