{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index", "style": { "app-plus": { "titleNView": false } } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "靖润物流", "navigationBarBackgroundColor": "#FFFFFF" } }, { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页", "navigationBarBackgroundColor": "#3A63CF", "navigationBarTextStyle": "white", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "pages/home/myorder/index", "style": { "navigationBarTitleText": "我的订单", "navigationBarBackgroundColor": "#3A63CF", "navigationBarTextStyle": "white" } }, { "path": "pages/home/myorder/orderDetails/index", "style": { "navigationBarTitleText": "订单详情", "navigationBarBackgroundColor": "#3A63CF", "navigationBarTextStyle": "white" } }, { "path": "pages/home/myorder/operation/index", "style": { "navigationBarBackgroundColor": "#3A63CF", "navigationBarTextStyle": "white" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "靖润物流", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }