{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/user-module/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/tabBar/home/home", "style": { "navigationBarTitleText": "采美采购商城", "enablePullDownRefresh":true } }, { "path" : "pages/tabBar/category/category", "style" : { "navigationBarTitleText": "分类", "app-plus": { "bounce": "none" } } }, { "path": "pages/search/search", "style": { "navigationBarTitleText": "搜索" } }, { "path": "pages/tabBar/cart/cart", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh":true } }, { "path": "pages/tabBar/user/user", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh" : true } }, { "path": "pages/user/account/account", "style": { "navigationBarTitleText": "账户余额明细", "enablePullDownRefresh" : true } }, { "path": "pages/user/address/addressManage", "style": { "navigationBarTitleText": "添加新地址" } }, { "path": "pages/user/address/address", "style": { "navigationBarTitleText": "地址列表" } }, { "path": "pages/user/about/about", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/goods/goods", "style": { "navigationBarTitleText": "商品列表" } }, { "path": "pages/goods/product", "style": { "navigationBarTitleText": "商品详情", "navigationStyle":"custom" } }, { "path": "pages/user/order/order-cashier", "style": { "navigationBarTitleText": "收银台", "navigationStyle":"custom" } }, { "path": "pages/service/aftersale", "style": { "navigationBarTitleText": "售后无忧" } }, { "path": "pages/service/shoppingnotice", "style": { "navigationBarTitleText": "购物须知" } }, { "path": "pages/service/member", "style": { "navigationBarTitleText": "正品联盟" } } ,{ "path" : "pages/user/invoice/invoice", "style" : { "navigationBarTitleText": "发票信息" } } ,{ "path" : "pages/user/regularPurchase/regularPurchase", "style" : { "navigationBarTitleText": "再次购买" } }, { "path": "pages/user/order/create-order", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "pages/user/order/orderShareLogin", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/user/order/myOrder", "style": { "navigationBarTitleText": "我的订单", // "enablePullDownRefresh": true, "onReachBottomDistance": 50, "navigationStyle":"custom" } }, { "path": "pages/user/order/order-list", "style": { "navigationBarTitleText": "我的订单", // "enablePullDownRefresh": true, // "onReachBottomDistance": 50, "navigationStyle":"custom" } }, { "path": "pages/user/order/order-details", "style": { "navigationBarTitleText": "订单详情", "navigationStyle":"custom" } }, { "path": "pages/user/order/order-sharedetails", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/user/order/order-logistics", "style": { "navigationBarTitleText": "物流信息" } }, { "path": "pages/search/search-order", "style": { "navigationBarTitleText": "搜索" } },{ "path": "pages/user-module/login", "style": { "navigationBarTitleText": "授权登录" } },{ "path": "pages/user-module/login-accont", "style": { "navigationBarTitleText": "登录" } },{ "path": "pages/user-module/password", "style": { "navigationBarTitleText": "修改密码" } },{ "path": "pages/user-module/apply", "style": { "navigationBarTitleText": "修改资料" } },{ "path": "pages/user-module/bindemail", "style": { "navigationBarTitleText": "绑定邮箱" } },{ "path": "pages/user-module/bindwechat", "style": { "navigationBarTitleText": "绑定微信" } },{ "path": "pages/user-module/information", "style": { "navigationBarTitleText": "修改资料" } },{ "path": "pages/user/operator/addoperator", "style": { "navigationBarTitleText": "添加运营人员" } },{ "path": "pages/user/operator/list", "style": { "navigationBarTitleText": "运营人员管理" } },{ "path": "pages/user/setting/setting", "style": { "navigationBarTitleText": "账户设置" } },{ "path": "pages/user/setting/phone", "style": { "navigationBarTitleText": "更换手机号" } },{ "path": "pages/user/setting/password", "style": { "navigationBarTitleText": "修改密码" } } ], "tabBar": { "height":"80", "color": "#999999", "selectedColor": "#E15616", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/tabBar/home/home", "iconPath": "static/icon-home@3x.png", "selectedIconPath": "static/icon-home-active@3x.png", "text": "商城" },{ "pagePath": "pages/tabBar/category/category", "iconPath": "static/icon-sort@3x.png", "selectedIconPath": "static/icon-sort-active@3x.png", "text": "分类" }, { "pagePath": "pages/tabBar/cart/cart", "iconPath": "static/icon-cart@3x.png", "selectedIconPath": "static/icon-cart-active@3x.png", "text": "购物车" }, { "pagePath": "pages/tabBar/user/user", "iconPath": "static/icon-user@3x.png", "selectedIconPath": "static/icon-user-active@3x.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "采美采购商城", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" } }