{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "维保记录", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/me", "style" : { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "pages/me/mynotice/mynotice", "style" : { "navigationBarTitleText": "我的通知公告", "enablePullDownRefresh": false } } ,{ "path" : "pages/itemlist/itemlist", "style" : { "navigationBarTitleText": "推荐开源项目", "enablePullDownRefresh": false } } ,{ "path" : "pages/projectlist/projectlist", "style" : { "navigationBarTitleText": "小程序推荐", "enablePullDownRefresh": false } } ,{ "path" : "pages/me/userinfo", "style" : { "navigationBarTitleText": "用户信息", "enablePullDownRefresh": false } } ], "tabBar": { "color": "#7A7E83", "selectedColor": "#0a2576", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/tabbar/home.png", "selectedIconPath": "/static/tabbar/home_ac.png", "text": "维保记录" }, { "pagePath": "pages/me/me", "iconPath": "/static/tabbar/me.png", "selectedIconPath": "/static/tabbar/me_ac.png", "text": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "AbuCoder", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } }