123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path" : "pages/exam/index",
- "style" :
- {
- "navigationBarTitleText" : "考试"
- }
- },
- {
- "path" : "pages/my/index",
- "style" :
- {
- "navigationBarTitleText" : "我的"
- }
- },
- {
- "path" : "pages/my/mesList",
- "style" :
- {
- "navigationBarTitleText" : "消息"
- }
- },
- {
- "path" : "pages/my/zhengshu",
- "style" :
- {
- "navigationBarTitleText" : "证书"
- }
- },
- {
- "path" : "pages/my/setting",
- "style" :
- {
- "navigationBarTitleText" : "设置"
- }
- },
- {
- "path" : "pages/demo/index",
- "style" :
- {
- "navigationBarTitleText" : "demo"
- }
- },
- {
- "path" : "pages/course/index",
- "style" :
- {
- "navigationBarTitleText" : "课程"
- }
- },
- {
- "path" : "pages/course/kechengInfo",
- "style" :
- {
- "navigationBarTitleText" : "课程详情"
- }
- },
- {
- "path" : "pages/score/index",
- "style" :
- {
- "navigationBarTitleText" : "成绩"
- }
- },
- {
- "path" : "pages/score/kaoshiChengjiInfo",
- "style" :
- {
- "navigationBarTitleText" : "考试成绩"
- }
- },
- {
- "path" : "pages/exam/exam",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/lianxi/index",
- "style" :
- {
- "navigationBarTitleText" : "练习"
- }
- },
- {
- "path" : "pages/lianxi/lianxi",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/baoming/index",
- "style" :
- {
- "navigationBarTitleText" : "报名"
- }
- },
- {
- "path" : "pages/cuoti/index",
- "style" :
- {
- "navigationBarTitleText" : "错题"
- }
- },
- {
- "path" : "pages/cuoti/cuoti",
- "style" :
- {
- "navigationBarTitleText" : "错题答案"
- }
- },
- {
- "path" : "pages/my/mesPage",
- "style" :
- {
- "navigationBarTitleText" : "消息详情"
- }
- },
- {
- "path" : "pages/my/credit",
- "style" :
- {
- "navigationBarTitleText" : "学分"
- }
- }
- ],
- "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/course/index",
- "iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
- "selectedIconPath": "static/images/tabbar/select/kecheng-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": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|