{
	"easycom": {
		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
	},
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "岑溪人民医院",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/user/index",
			"style": {
				"navigationBarTitleText": "我的",
				"enablePullDownRefresh": false
			}
		},
		{
			"path": "pages/knowledge/index",
			"style": {
				"navigationBarTitleText": "健康知识库"
			}
		},
		{
			"path": "pages/knowledge/detail",
			"style": {
				"navigationBarTitleText": "知识详情"
			}
		},
		{
			"path": "pages/introduction/index",
			"style": {
				"navigationBarTitleText": "医院介绍"
			}
		},
		{
			"path": "pages/doctor/index",
			"style": {
				"navigationBarTitleText": "医生介绍"
			}
		},
		{
			"path": "pages/follow/detail",
			"style": {
				"navigationBarTitleText": "回访详情"
			}
		},
		{
			"path": "pages/user/login",
			"style": {
				"navigationBarTitleText": "用户登录"
			}
		},
		{
			"path": "pages/other/agreement",
			"style": {
				"navigationBarTitleText": "协议"
			}
		},
		{
			"path": "pages/user/info",
			"style": {
				"navigationBarTitleText": "我的信息"
			}
		},
		{
			"path": "pages/other/setting",
			"style": {
				"navigationBarTitleText": "设置"
			}
		},
		{
			"path": "pages/follow/index",
			"style": {
				"navigationBarTitleText": "我的回访"
			}
		},
		{
			"path": "pages/department/index",
			"style": {
				"navigationBarTitleText": "科室介绍"
			}
		},
		{
			"path": "pages/doctor/detail",
			"style": {
				"navigationBarTitleText": "医生介绍"
			}
		},
		{
			"path": "pages/user/bind/index",
			"style": {
				"navigationBarTitleText": "我的就诊人"
			}
		},
		{
			"path": "pages/user/bind/add",
			"style": {
				"navigationBarTitleText": "绑定就诊人"
			}
		},
		{
			"path": "pages/detection/index",
			"style": {
				"navigationBarTitleText": "检测报告"
			}
		},
		{
			"path": "pages/visit/index",
			"style": {
				"navigationBarTitleText": "就诊记录"
			}
		},
		{
			"path": "pages/visit/detail",
			"style": {
				"navigationBarTitleText": "就诊详情"
			}
		},
		{
			"path": "pages/detection/detail",
			"style": {
				"navigationBarTitleText": "检测报告详情"
			}
		},
		{
			"path": "pages/user/bind/detail",
			"style": {
				"navigationBarTitleText": "就诊人信息"
			}
		},
		{
			"path" : "pages/follow/remind",
			"style" : 
			{
				"navigationBarTitleText" : "复诊提醒"
			}
		},
		{
			"path" : "pages/user/loginDoctor",
			"style" : 
			{
				"navigationBarTitleText" : "医生登录"
			}
		},
		{
			"path" : "pages/knowledge/doctor/index",
			"style" : 
			{
				"navigationBarTitleText" : "我的知识库"
			}
		},
		{
			"path" : "pages/knowledge/doctor/add",
			"style" : 
			{
				"navigationBarTitleText" : "新增知识库"
			}
		},
		{
			"path" : "pages/follow/doctor/index",
			"style" : 
			{
				"navigationBarTitleText" : "随访记录"
			}
		},
		{
			"path" : "pages/follow/doctor/add",
			"style" : 
			{
				"navigationBarTitleText" : "新增"
			}
		},
		{
			"path" : "pages/follow/doctor/selectUser",
			"style" : 
			{
				"navigationBarTitleText" : "选择患者"
			}
		}
	],
	"tabBar": {
		"color": "#7A7E83",
		"selectedColor": "#4581fb",
		"borderStyle": "black",
		"backgroundColor": "#F8F8F8",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/tab/sy.png",
				"selectedIconPath": "static/tab/sy_s.png",
				"text": "首页"
			},
			{
				"pagePath": "pages/user/index",
				"iconPath": "static/tab/my.png",
				"selectedIconPath": "static/tab/my_s.png",
				"text": "我的"
			}
		]
	},
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "岑溪人民医院",
		"navigationBarBackgroundColor": "#f1f1f1"
	}
}