{ "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": "历年分数", "enablePullDownRefresh": true } }, { "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/IndependentRecruitment/IndependentRecruitment", "style": { "navigationBarTitleText": "自主招生志愿填报", "enablePullDownRefresh": true } }, { "path": "pages/FormSuccess/FormSuccess", "style": { "navigationBarTitleText": "提交成功", "enablePullDownRefresh": true } }, { "path": "pages/BatchForm/BatchForm", "style": { "navigationBarTitleText": "志愿填报", "enablePullDownRefresh": false } }, { "path": "pages/BatchDetail/BatchDetail", "style": { "navigationBarTitleText": "我的模拟填报", "enablePullDownRefresh": false } }, { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "页面" } }, { "path": "pages/RecommendForm/RecommendForm", "style": { "navigationBarTitleText": "冲、稳、保" } }, { "path": "pages/LoadImage/LoadImage", "style": { "navigationBarTitleText": " " } }, { "path": "pages/IndependentList/IndependentList", "style": { "navigationBarTitleText": "我的自主招生", "enablePullDownRefresh": true } }, { "path": "pages/IndependentDetail/IndependentDetail", "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": "我的" } ] } }