{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/list/list", "style": { "navigationBarTitleText": "我的模拟填报", "enablePullDownRefresh": true } }, { "path": "pages/me/me", "style": { "navigationBarTitleText": "个人中心" } } ], "subPackages": [ { "root": "package_sub", "pages": [ { "path": "pages/HistoryScore/HistoryScore", "style": { "navigationBarTitleText": "历年分数" } }, { "path": "pages/SchoolList/SchoolList", "style": { "navigationBarTitleText": "学校查询", "enablePullDownRefresh": true } }, { "path": "pages/SchoolDetail/SchoolDetail", "style": { "navigationBarTitleText": "学校详情", "enablePullDownRefresh": true } }, { "path": "pages/TargetCount/TargetCount", "style": { "navigationBarTitleText": "历年各初中指标生", "enablePullDownRefresh": true } }, { "path": "pages/SchoolCount/SchoolCount", "style": { "navigationBarTitleText": "历年各初中指标生", "enablePullDownRefresh": true } }, { "path": "pages/StudentInfo/StudentInfo", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": true } }, { "path": "pages/ReportDetail/ReportDetail", "style": { "navigationBarTitleText": "我的模拟填报", "enablePullDownRefresh": true } } ] } ], "preloadRule": { }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#666", "selectedColor": "#666", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/home-active.png", "text": "首页" }, { "pagePath": "pages/list/list", "iconPath": "static/tabbar/list.png", "selectedIconPath": "static/tabbar/list-active.png", "text": "模拟填报" }, { "pagePath": "pages/me/me", "iconPath": "static/tabbar/me.png", "selectedIconPath": "static/tabbar/me-active.png", "text": "我的" } ] } }