{ "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": "首页", "app-plus": { "titleNView": { "backgroundColor": "#ff4200", "titleColor": "#fff" } } } }, { "path": "pages/order/OrderIndex", "style": { "navigationBarTitleText": "订单中心", "app-plus": { "titleNView": { "backgroundColor": "#ff4200", "titleColor": "#fff" } } } }, { "path": "pages/message/MessageIndex", "style": { "navigationBarTitleText": "消息中心", "app-plus": { "titleNView": { "backgroundColor": "#ff4200", "titleColor": "#fff" } } } } , { "path": "pages/personal/personal", "style": { "navigationBarTitleText": "个人中心", "app-plus": { "titleNView": { "backgroundColor": "#ff4200", "titleColor": "#fff" } } } } ,{ "path" : "pages/enterprise/enterprise", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/oneMarket/oneMarket", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/goodsDetails/goodsDetails", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/twoMarket/twoMarket", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/icon/home-icon.png", "selectedIconPath": "static/icon/home-icon-select.png", "text": "首页" }, { "pagePath": "pages/order/OrderIndex", "iconPath": "static/icon/order-icon.png", "selectedIconPath": "static/icon/order-icon-select.png", "text": "订单" }, { "pagePath": "pages/message/MessageIndex", "iconPath": "static/icon/message-icon.png", "selectedIconPath": "static/icon/message-icon-select.png", "text": "消息" }, { "pagePath": "pages/personal/personal", "iconPath": "static/icon/person-icon.png", "selectedIconPath": "static/icon/person-icon-select.png", "text": "个人中心" } ] } }