123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "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": {}
- }
|