{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue", "^cpn-(.*)": "@/components/cpn-$1.vue" }, "pages": [{ "path": "pages/home/home", "style": { "navigationStyle": "custom" } }, { "path": "pages/list/list", "style": { "navigationStyle": "custom" } }, { "path": "pages/todayNursing/todayNursing", "style": { "navigationStyle": "custom" } }, { "path": "pages/nursingCalendar/nursingCalendar", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } } ], "subPackages": [{ "root": "package_sub", "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "分包页面sub_index" } }] }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#ABAEBE", "selectedColor": "#1479FF", "list": [{ "iconPath": "/static/tabbar/首页 copy.png", "selectedIconPath": "/static/tabbar/首页.png", "pagePath": "pages/home/home", "text": "首页" }, { "iconPath": "/static/tabbar/notification.png", "selectedIconPath": "/static/tabbar/notification 2.png", "pagePath": "pages/todayNursing/todayNursing", "text": "今日护理" }, { "iconPath": "/static/tabbar/日历@2x.png", "selectedIconPath": "/static/tabbar/日历2@2x.png", "pagePath": "pages/nursingCalendar/nursingCalendar", "text": "护理日历" }, { "iconPath": "/static/tabbar/列表@2x.png", "selectedIconPath": "/static/tabbar/列表 2@2x.png", "pagePath": "pages/list/list", "text": "护理列表" } ] } }