{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ "path": "pages/login/login", "style": { "navigationBarTitleText": "用户登录", "navigationStyle": "custom" } }, { "path": "pages/login/chooseRole", "style": { "navigationBarTitleText": "选择角色", "enablePullDownRefresh": false } }, { "path": "pages/login/register", "style": { "navigationBarTitleText": "用户注册", "enablePullDownRefresh": false } }, { "path": "pages/login/userAgreement", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/message/message", "style": { "navigationBarTitleText": "消息中心" } } , { "path": "pages/personal/personal", "style": { "navigationBarTitleText": "个人中心", "navigationStyle": "custom" } }, { "path": "pages/enterprise/enterprise", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/oneMarket/oneMarket", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "titleNView": { "autoBackButton": false } } } }, { "path": "pages/oneMarket/order/order", "style": { "navigationBarTitleText": "" } }, { "path": "pages/goodsDetails/goodsDetails", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/twoMarket/twoMarket", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },{ "path": "pages/goodsManage/oneMarket/goodsHandle", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": true, "navigationStyle": "custom", "app-plus": { "titleNView": { "autoBackButton": false } } /*"app-plus": { "titleNView": { "buttons": [{ "text": "新增商品", "type": "none", "color": "#fff", "fontSize": "15px", "float": "right", "width": "80px" }] } } */ } }, { "path": "pages/goodsManage/oneMarket/addGoods", "style": { "navigationBarTitleText": "新增商品", "enablePullDownRefresh": false } }, { "path": "pages/goodsManage/oneMarket/editGoods", "style": { "navigationBarTitleText": "编辑商品", "enablePullDownRefresh": false } } , { "path": "pages/twoMarket/purchaser/product/list", "style": { "navigationBarTitleText": "二级市场 (收购商) ", "enablePullDownRefresh": true } }, { "path": "pages/twoMarket/purchaser/product/detail", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false } }, { "path": "pages/twoMarket/purchaser/product/cart", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh": true } }, { "path": "pages/twoMarket/purchaser/order/list", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } }, { "path": "pages/twoMarket/purchaser/order/confirm", "style": { "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } }, { "path": "pages/twoMarket/purchaser/order/success", "style": { "navigationBarTitleText": "下单成功", "enablePullDownRefresh": false } }, { "path": "pages/twoMarket/purchaser/order/detail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path": "pages/twoMarket/purchaser/order/logistics", "style": { "navigationBarTitleText": "订单物流", "enablePullDownRefresh": false } }, { "path": "pages/authentication/index", "style": { "navigationBarTitleText": "实人认证", "enablePullDownRefresh": false } }, { "path": "pages/authentication/face", "style": { "navigationBarTitleText": "人脸认证", "enablePullDownRefresh": false } }, { "path": "pages/authentication/info", "style": { "navigationBarTitleText": "完善资料", "enablePullDownRefresh": false } }, { "path": "pages/authentication/audit", "style": { "navigationBarTitleText": "审核中", "enablePullDownRefresh": false } }, { "path": "components/cropper/cropper", "style": { "navigationBarTitleText": "图片裁剪", "navigationBarBackgroundColor": "#000000" } }, { "path": "pages/news/list", "style": { "navigationBarTitleText": "资讯列表", "enablePullDownRefresh": true } }, { "path": "pages/news/detail", "style": { "navigationBarTitleText": "资讯详情", "enablePullDownRefresh": false } } ,{ "path" : "pages/oneMarket/cart/cart", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/goodsManage/oneMarket/goodsOrders", "style" : { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } } ], "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/message/message", "iconPath": "static/tab/xx.png", "selectedIconPath": "static/tab/xxs.png", "text": "消息" }, { "pagePath": "pages/personal/personal", "iconPath": "static/tab/wd.png", "selectedIconPath": "static/tab/wds.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "边民互市贸易", "navigationBarBackgroundColor": "#0081FF" } }