{ "pages": [{ "path": "pages/login", "style": { "navigationBarTitleText": "" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/exam/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/score/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的" } } ], "subPackages": [{ "root": "subpkgExam", "name": "exam", "pages": [{ "path": "pages/exam/exam", "style": { "navigationStyle": "custom" } }] }, { "root": "subpkgScore", "name": "score", "pages": [{ "path": "pages/score/kaoshiChengjiInfo", "style": { "navigationStyle": "custom" } }] } ], "tabBar": { "color": "#565656", "selectedColor": "#0856E6", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "13px", "iconWidth": "28px", "spacing": "0px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/images/tabbar/unselect/index-sj.png", "selectedIconPath": "static/images/tabbar/select/index-sj.png", "text": "首页" }, { "pagePath": "pages/exam/index", "iconPath": "static/images/tabbar/unselect/exam-sj.png", "selectedIconPath": "static/images/tabbar/select/exam-sj.png", "text": "考试" }, { "pagePath": "pages/score/index", "iconPath": "static/images/tabbar/unselect/score-sj.png", "selectedIconPath": "static/images/tabbar/select/score-sj.png", "text": "成绩" }, { "pagePath": "pages/my/index", "iconPath": "static/images/tabbar/unselect/my-sj.png", "selectedIconPath": "static/images/tabbar/select/my-sj.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "麦塔软件", "navigationBarBackgroundColor": "#fff", "lazyCodeLoading": "requiredComponents" }, "easycom": { "autoscan": true, "custom": { "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", // 只保留确实在主包使用的组件规则 "^common-(.*)": "@/components/common-$1.vue" } }, "uniIdRouter": {} }