{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/startup/startup", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/homepage/index", "style": { "navigationBarTitleText": "首页", // "navigationStyle": "custom", "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/Workorder/Workorder", "style": { "navigationBarTitleText": "工单列表", // "navigationStyle": "custom", "onReachBottomDistance": 80, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "pages/Classification/Classification", "style" : { "navigationBarTitleText": "分类分级", "enablePullDownRefresh": true } }, { "path" : "pages/statistics/statistics", "style" : { "navigationStyle":"custom",//只看这两条,其他不用看 "navigationBarTitleText": "分类统计", "enablePullDownRefresh": false }, "app-plus": { "titleView":false//只看这两条,其他不用看 } } ,{ "path" : "pages/loading/loading", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/information/information", "style" : { "navigationBarTitleText": "资料汇总", "enablePullDownRefresh": true } } ,{ "path" : "pages/details/details", "style" : { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "tabBar": { "color": "#7A7E83", "selectedColor": "#435950", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/homepage/index", "iconPath": "static/homepagew.png", "selectedIconPath": "static/homepagews.png", "text": "首页" }, { "pagePath": "pages/Workorder/Workorder", "iconPath": "static/orderw.png", "selectedIconPath": "static/orders.png", "text": "工单" }, { "pagePath": "pages/Classification/Classification", "iconPath": "static/fullew.png", "selectedIconPath": "static/full.png", "text": "分类分级" }, { "pagePath": "pages/information/information", "iconPath": "static/statistics1.png", "selectedIconPath": "static/statistics.png", "text": "资料汇总" }, { "pagePath": "pages/user/user", "iconPath": "static/userw.png", "selectedIconPath": "static/users.png", "text": "个人中心" } ] } }