pages.json 4.7 KB
{
	"easycom": {
		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
	},
	"pages": [{
			"path": "pages/home/home",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "喜惪商城",
				"enablePullDownRefresh": false
			}
 
		}, {
			"path": "pages/cart/cart",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "购物车",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/my/my",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "账户",
				"enablePullDownRefresh": false,
				"navigationStyle":"custom"
			}

		}, {
			"path": "pages/goods/goods",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "产品",
				"enablePullDownRefresh": false
			}

		},
		{
			"path": "pages/my/myYouHuiJuan/myYouHuiJuan",
			"style": {
				"navigationBarTitleText": "我的优惠券",
				"enablePullDownRefresh": false,
				"navigationStyle":"custom"
			}

		}, {
			"path": "pages/my/myDaili/myDaili",
			"style": {
				"navigationBarTitleText": "申请代理",
				"enablePullDownRefresh": false,
				"navigationStyle":"custom"
			}

		}


		, {
			"path": "pages/my/qianBao/qianBao",
			"style": {
				"navigationBarTitleText": "钱包",
				"enablePullDownRefresh": false,
				"navigationStyle":"custom"
			}

		},
		{
			"path": "pages/my/my_Order/my_Order",
			"style": {
				"navigationBarTitleText": "我的订单",
				"enablePullDownRefresh":true,
				"navigationStyle":"custom"
			}

		}

		, {
			"path": "pages/order/selectAddress/selectAddress",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "选择地址",
				"enablePullDownRefresh": false
			}

		}, {
			"path": "pages/order/selectAddress/addAddress",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "新增收货地址",
				"enablePullDownRefresh": false
			}

		},



		{
			"path": "pages/goods/goodDetails/goodDetails",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "商品详情",
				"enablePullDownRefresh": false
			}

		}
    

  ,{
			"path": "pages/goods/goodDetails/share",
			"style": {
				"navigationStyle": "custom",
				"navigationBarTitleText": "分享海报",
				"enablePullDownRefresh": false
			}

		},
  {
            "path" : "pages/order/order",
            "style" :                                                                                    
            {
				"navigationStyle": "custom",
                "navigationBarTitleText": "确认订单",
                "enablePullDownRefresh": false
            }
            
        },

        {
            "path" : "pages/home/coupon/coupon",
            "style" :                                                                                    
            {
				"navigationStyle": "custom",
                "navigationBarTitleText": "喜惪商城",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/my/myYouHuiJuan/yuhuijuanCenter",
            "style" :                                                                                    
            {
				"navigationStyle":"custom",
                "navigationBarTitleText": "领劵中心",
                "enablePullDownRefresh": false,
				"navigationBarBackgroundColor":"#eeeeee"
            }
            
        }
		,{
		    "path" : "pages/my/my_Order/orderDetails/orderDetails",
		    "style" :                                                                                    
		    {
		        "navigationBarTitleText": "",
		        "enablePullDownRefresh": true,


				"navigationBarBackgroundColor":"#eeeeee",
				"navigationStyle":"custom"
				
		    }
		    
		}
    ],
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "喜惪商城",
		"navigationBarBackgroundColor": "#eeeeee",
		"app-plus": {
			"background": "#efeff4"
		}
	},
	"tabBar": {
		"selectedColor": "#3E554E",
		"color": "#5C5C5C",
		"list": [{
				"pagePath": "pages/home/home",
				"text": "首页",
				"iconPath": "static/tabBar/ic_shouye.png",
				"selectedIconPath": "static/tabBar/ic_shouyeS.png"
			},
			{
				"pagePath": "pages/goods/goods",
				"text": "产品",
				"iconPath": "static/tabBar/ic_chanpin.png",
				"selectedIconPath": "static/tabBar/ic_chanpinS.png"
			},
			{
				"pagePath": "pages/cart/cart",
				"text": "购物车",
				"iconPath": "static/tabBar/ic_gouwuche.png",
				"selectedIconPath": "static/tabBar/ic_gouwucehS.png"
			},
			{
				"pagePath": "pages/my/my",
				"text": "账户",
				"iconPath": "static/tabBar/ic_wode.png",
				"selectedIconPath": "static/tabBar/ic_woedeS.png"
			}
		]
	},
	"condition" : { 
		"current": 0,
		"list": [
			{
				"name": "", 
				"path": "", 
				"query": "" 
			}
		]
	}
}