{
	"easycom": {
			"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
		},
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
		{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "首页",
				"navigationStyle": "custom",
				"navigationBarTextStyle":"white",
				"app-plus": {
					"scrollIndicator": false //禁用原生导航栏
					// #ifdef APP-PLUS
					// "titleNView": {
					// 	"type": "default"
					// }
					// #endif
				}
			}
		},
		// {
		// 	"path": "pages/order_addcart/order_addcart",
		// 	"style": {
		// 		"navigationBarTitleText": "购物车",
		// 		"navigationStyle": "custom",
		// 		"app-plus": {
		// 			// #ifdef APP-PLUS
		// 			"titleNView": {
		// 				"type": "default"
		// 			}
		// 			// #endif
		// 		}
		// 	}
		// },
		{
			"path": "pages/user/index",
			"style": {
				"navigationBarTitleText": "个人中心",
				// #ifdef MP || APP-PLUS
				"navigationBarTextStyle": "black",
				"navigationBarBackgroundColor": "#fff",
				// #endif
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		{
			"path": "pages/goods_details/index",
			"style": {
				"navigationStyle": "custom"
			}
		},
		{
			"path": "pages/goods_cate/goods_cate",
			"style": {
				"navigationBarTitleText": "商品分类",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		{
			"path": "pages/goods_list/index",
			"style": {
				"navigationBarTitleText": "商品列表",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		{
			"path": "pages/news_list/index",
			"style": {
				"navigationBarTitleText": "资讯",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		{
			"path": "pages/news_details/index",
			"style": {
				"navigationBarTitleText": "资讯详情",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		//#ifdef H5
		{
			"path": "pages/auth/index",
			"style": {
				"navigationBarTitleText": "CRMEB"
			}
		},
		//#endif
		{
			"path": "pages/goods_search/index",
			"style": {
				"navigationBarTitleText": "搜索商品",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		{
			"path": "pages/order_pay_status/index",
			"style": {
				"navigationBarTitleText": "支付成功",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		},
		{
			"path": "pages/order_details/index",
			"style": {
				"navigationBarTitleText": "订单详情",
				"app-plus": {
					// #ifdef APP-PLUS
					"titleNView": {
						"type": "default"
					}
					// #endif
				}
			}
		}, {
			"path": "pages/index/components/a_seckill",
			"style": {}
		}, {
			"path": "pages/index/components/b_combination",
			"style": {}
		}
        ,{
            "path" : "pages/goods_cate/components/default_cate",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/goods_cate/components/optimization",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "components/d_goodList/index",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/goods_cate/components/fresh",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/goods_cate/components/contracted",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "components/f_goodList/index",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/index/components/promotion",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
        }
        ,{
            "path" : "pages/index/components/goodsRank",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
    ],
	"subPackages": [{
			"root": "pages/users",
			"name": "users",
			"pages": [
				{
					"path": "web_page/index",
					"style": {
						//"navigationBarTitleText": "客服",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "repayment/index",
					"style": {
						"navigationBarTitleText": "待还款",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_info/index",
					"style": {
						"navigationBarTitleText": "个人资料",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_get_coupon/index",
					"style": {
						"navigationBarTitleText": "领取优惠券",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_goods_collection/index",
					"style": {
						"navigationBarTitleText": "收藏商品",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_sgin/index",
					"style": {
						"navigationBarTitleText": "签到",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_sgin_list/index",
					"style": {
						"navigationBarTitleText": "签到记录",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_money/index",
					"style": {
						"navigationBarTitleText": "我的账户",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_bill/index",
					"style": {
						"navigationBarTitleText": "账单明细",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_integral/index",
					"style": {
						"navigationBarTitleText": "积分详情",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_coupon/index",
					"style": {
						"navigationBarTitleText": "我的优惠券",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_spread_user/index",
					"style": {
						"navigationBarTitleText": "我的推广",
						// #ifdef MP || APP-PLUS
						"navigationBarTextStyle": "black",
						"navigationBarBackgroundColor": "#fff",
						// #endif
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_spread_code/index",
					"style": {
						"navigationBarTitleText": "分销海报",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_spread_money/index",
					"style": {
						"navigationBarTitleText": "佣金记录",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_cash/index",
					"style": {
						"navigationBarTitleText": "userCash",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_vip/index",
					"style": {
						"navigationBarTitleText": "会员中心",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default",
								"backgroundColor": "#fff"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_address_list/index",
					"style": {
						"navigationBarTitleText": "地址管理",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_address/index",
					"style": {
						"navigationBarTitleText": "添加地址",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_phone/index",
					"style": {
						"navigationBarTitleText": "修改手机号",
						"navigationBarBackgroundColor": "#e93323"
							// #ifdef MP || APP-PLUS
							,
						"navigationBarTextStyle": "#fff"
							// #endif
							,
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_payment/index",
					"style": {
						"navigationBarTitleText": "余额充值",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_pwd_edit/index",
					"style": {
						"navigationBarTitleText": "修改密码",
						"navigationBarBackgroundColor": "#e93323"
							// #ifdef MP || APP-PLUS
							,
						"navigationBarTextStyle": "#fff"
							// #endif
							,
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "order_confirm/index",
					"style": {
						"navigationBarTitleText": "提交订单",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "order_improves/index",
					"style": {
						"navigationBarTitleText": "完善信息",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				
				{
					"path": "order_improve/index",
					"style": {
						"navigationBarTitleText": "完善信息",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "faceTest/index",
					"style": {
						"navigationBarTitleText": "人脸认证",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "aliLogin/index",
					"style": {
						"navigationBarTitleText": "登录",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "userInfo/index",
					"style": {
						"navigationBarTitleText": "个人信息",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "faceBack/index",
					"style": {
						"navigationBarTitleText": "验证结果",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "installment/index",
					"style": {
						"navigationBarTitleText": "分期详情",
						// "navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_details_store/index",
					"style": {
						"navigationBarTitleText": "门店列表",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "promoter-list/index",
					"style": {
						"navigationBarTitleText": "推广人列表",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "promoter-order/index",
					"style": {
						"navigationBarTitleText": "推广人订单",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "inbound/index",
					"style": {
						"navigationBarTitleText": "签署",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "promoter_rank/index",
					"style": {
						"navigationBarTitleText": "推广人排行",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "commission_rank/index",
					"style": {
						"navigationBarTitleText": "佣金排行",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "order_list/index",
					"style": {
						"navigationBarTitleText": "我的订单",
						"navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "pay_success/index",
					"style": {
						"navigationBarTitleText": "申请成功",
						"navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "signin/index",
					"style": {
						"navigationBarTitleText": "签约成功",
						"navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_logistics/index",
					"style": {
						"navigationBarTitleText": "物流信息",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "user_return_list/index",
					"style": {
						"navigationBarTitleText": "退货列表",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_return/index",
					"style": {
						"navigationBarTitleText": "申请退货",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "login/index",
					"style": {
						"navigationBarTitleText": "登录",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "logins/index",
					"style": {
						"navigationBarTitleText": "绑定手机号",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_comment_list/index",
					"style": {
						"navigationBarTitleText": "商品评分",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_comment_con/index",
					"style": {
						"navigationBarTitleText": "商品评价",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "wechat_login/index",
					"style": {
						"navigationBarTitleText": "账户登录",
						"navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				// {
				// 	"path": "wechat_phone/index",
				// 	"style": {
				// 		"navigationBarTitleText": "绑定手机号",
				// 		"navigationStyle": "custom",
				// 		"app-plus": {
				// 			// #ifdef APP-PLUS
				// 			"titleNView": {
				// 				"type": "default"
				// 			}
				// 			// #endif
				// 		}
				// 	}
				// },
				{
					"path": "app_login/index",
					"style": {
						"navigationBarTitleText": "绑定手机号",
						"navigationStyle": "custom",
						"navigationBarBackgroundColor": "#fff"
							// #ifdef MP || APP-PLUS
							,
						"navigationBarTextStyle": "#333"
							// #endif
							,
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				}
			    ,{
                    "path" : "alipay_return/alipay_return",
                    "style" :                                                                                    
					{
						"navigationBarTitleText": "",
						"enablePullDownRefresh": false
					}
                }
				,{
				    "path" : "alipay_returns/alipay_return",
				    "style" :                                                                                    
					{
						"navigationBarTitleText": "",
						"enablePullDownRefresh": false
					}
				}
                ,{
                    "path" : "alipay_invoke/index",
                    "style" :                                                                                    
					{
						"navigationBarTitleText": "",
						"enablePullDownRefresh": false
					}
                
                }
                ,{
                    "path" : "app_update/app_update",
                    "style": {
                    	"navigationBarTitleText": "检查更新",
                    	"app-plus": {
                    		// #ifdef APP-PLUS
                    		"titleNView": {
                    			"type": "default"
                    		}
                    		// #endif
                    	}
                    }
                }
            ]
		},
		{
			"root": "pages/activity",
			"name": "activity",
			"pages": [{
					"path": "goods_bargain/index",
					"style": {
						"navigationBarTitleText": "砍价列表"
						// #ifdef MP || APP-PLUS
							,
						"navigationBarTextStyle": "black",
						"navigationBarBackgroundColor": "#fff"
							// #endif
							,
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_bargain_details/index",
					"style": {
						"navigationBarTitleText": "砍价详情",
						// #ifdef MP || APP-PLUS
						"navigationBarTextStyle": "black",
						"navigationBarBackgroundColor": "#fff",
							// #endif
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_combination/index",
					"style": {
						"navigationBarTitleText": "拼团列表",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_combination_details/index",
					"style": {
						"navigationStyle": "custom",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_combination_status/index",
					"style": {
						"navigationBarTitleText": "拼团",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_seckill/index",
					"style": {
						"navigationBarTitleText": "限时秒杀",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "goods_seckill_details/index",
					"style": {
						"navigationBarTitleText": "秒杀详情"
							// #ifdef MP
							,
						"navigationStyle": "custom"
							// #endif
							,
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "poster-poster/index",
					"style": {
						"navigationBarTitleText": "砍价海报"
							// #ifdef MP || APP-PLUS
							,
						"navigationBarTextStyle": "#fff",
						"navigationBarBackgroundColor": "#e93323"
							// #endif
							,
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "bargain/index",
					"style": {
						"navigationBarTitleText": "砍价记录",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				},
				{
					"path": "promotionList/index",
					"style": {
						"navigationBarTitleText": "",
						"app-plus": {
							// #ifdef APP-PLUS
							"titleNView": {
								"type": "default"
							}
							// #endif
						}
					}
				}
            ]
		}
	],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "crmeb",
		"navigationBarBackgroundColor": "#fff",
		"backgroundColor": "#F8F8F8",
		"titleNView": false,
		"rpxCalcMaxDeviceWidth": 960,
		"rpxCalcBaseDeviceWidth": 375,
		"rpxCalcIncludeWidth": 750
	},
	"tabBar": {
		"color": "#282828",
		"selectedColor": "#fc4141",
		"borderStyle": "white",
		"backgroundColor": "#ffffff",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/tabBar/indexwei.png",
				"selectedIconPath": "static/tabBar/indexxuan.png",
				"text": "首页"
			},
			{
				"pagePath": "pages/goods_cate/goods_cate",
				"iconPath": "static/tabBar/catewei.png",
				"selectedIconPath": "static/tabBar/catexuan.png",
				"text": "分类"
			},
			// {
			// 	"pagePath": "pages/order_addcart/order_addcart",
			// 	"iconPath": "static/tabBar/cartdwei.png",
			// 	"selectedIconPath": "static/tabBar/cartdxuan.png",
			// 	"text": "购物车"
			// },
			{
				"pagePath": "pages/user/index",
				"iconPath": "static/tabBar/userwei.png",
				"selectedIconPath": "static/tabBar/userxuan.png",
				"text": "我的"
			}
		]
	},
	"condition": { //模式配置,仅开发期间生效
		"current": 0, //当前激活的模式(list 的索引项)
		"list": [{
			"name": "", //模式名称
			"path": "", //启动页面,必选
			"query": "" //启动参数,在页面的onLoad函数里面得到
		}]
	}
}