{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login", "style": { "navigationBarTitleText": "" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/exam/index", "style": { "navigationStyle": "custom", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/my/mesList", "style": { "navigationBarTitleText": "消息", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/my/zhengshu", "style": { "navigationBarTitleText": "证书", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/my/setting", "style": { "navigationBarTitleText": "设置", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/demo/index", "style": { "navigationBarTitleText": "demo" } }, { "path": "pages/course/index", "style": { "navigationBarTitleText": "课程", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/course/kechengInfo", "style": { "navigationBarTitleText": "课程详情", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/score/index", "style": { "navigationStyle": "custom", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/score/kaoshiChengjiInfo", "style": { "navigationStyle": "custom", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/exam/exam", "style": { "navigationStyle": "custom", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/lianxi/index", "style": { "navigationBarTitleText": "练习", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/lianxi/lianxi", "style": { "navigationBarTitleText": "", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/baoming/index", "style": { "navigationBarTitleText": "报名", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, // { // "path" : "pages/cuoti/cuoti", // "style" : // { // "navigationBarTitleText" : "错题答案" // } // }, { "path": "pages/my/mesPage", "style": { "navigationBarTitleText": "消息详情", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "pages/my/credit", "style": { "navigationBarTitleText": "学分", "componentPlaceholder": { "uni-card": "view", "uni-load-more": "view", "uni-badge":"view", "c-progress-circle":"view" } } }, { "path": "components/zhuapaiConfirm/submitScore", "style": { "componentPlaceholder": { "c-progress-circle":"view" } } }, { "path": "components/custom-scroll-list-chengji/custom-scroll-list-chengji", "style": { "componentPlaceholder": { "uni-load-more": "view" } } }, { "path": "components/custom-scroll-list/custom-scroll-list", "style": { "componentPlaceholder": { "uni-load-more": "view" } } } ], "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" }, "subPackages": [ // 声明 uni_modules 分包 { "root": "subpacks", // 将 uni_modules 作为分包根目录 "name": "subpack", "pages": [] } ], "uniIdRouter": {} }