123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "app-plus": {
- "titleNView": false
- }
- }
- },{//非小程序和h5将本组放到最上边
- "path": "pages/auth/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/questionBank/index",
- "style": {
- "navigationBarTitleText": "题库",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/examination/index",
- "style": {
- "navigationBarTitleText": "考试",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/my/invitation",
- "style": {
- "navigationBarTitleText": "推广邀请",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/auth/choiceSubject/index",
- "style": {
- "navigationBarTitleText": "请选择科目",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/questionBank/questionBankList/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/questionBank/detail/index",
- "style": {
- "navigationBarTitleText": "题库详情",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/questionBank/questionBankAnswer/index",
- "style": {
- "navigationBarTitleText": "章节练习",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/questionBank/questionOver/index",
- "style": {
- "navigationBarTitleText": "练习报告",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/wrongQuestion/index",
- "style": {
- "navigationBarTitleText": "题库错题",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/wrongQuestion/detail",
- "style": {
- "navigationBarTitleText": "错题详情",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/collect/index",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/collect/detail",
- "style": {
- "navigationBarTitleText": "收藏详情",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/examination/examinationList/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/examination/examinationList/detail",
- "style": {
- "navigationBarTitleText": "考试详情",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/examWrongQuestion/index",
- "style": {
- "navigationBarTitleText": "考试错题",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/examWrongQuestion/detail",
- "style": {
- "navigationBarTitleText": "考试错题",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/examination/examOver/index",
- "style": {
- "navigationBarTitleText": "考试报告",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/recording/index",
- "style": {
- "navigationBarTitleText": "考试记录",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/recording/list",
- "style": {
- "navigationBarTitleText": "排行榜",
- "app-plus": {
- "titleNView": false
- }
- }
- },{
- "path": "pages/my/setting/index",
- "style": {
- "navigationBarTitleText": "个人设置",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/my/learn/index",
- "style": {
- "navigationBarTitleText": "错题集",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/article/index",
- "style": {
- "navigationBarTitleText": "新闻资讯",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/article/detail",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/questionSearch/searchList",
- "style": {
- "navigationBarTitleText": "题目搜索",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/questionSearch/questionDetail",
- "style": {
- "navigationBarTitleText": "题目详情",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ,{
- "path" : "pages/article/notice",
- "style" :
- {
- "navigationBarTitleText": "通知公告",
- "app-plus": {
- "titleNView": false
- }
- }
-
- }
- ,{
- "path" : "pages/my/openkemu",
- "style" :
- {
- "navigationBarTitleText": "已开通科目",
- "app-plus": {
- "titleNView": false
- }
- }
-
- }
- ,{
- "path" : "pages/my/about",
- "style" :
- {
- "navigationBarTitleText": "关于我们",
- "app-plus": {
- "titleNView": false
- }
- }
-
- },
- {
- "path" : "pages/my/team",
- "style" :
- {
- "navigationBarTitleText": "我的推广",
- "app-plus": {
- "titleNView": false
- }
- }
-
- },
- {
- "path" : "pages/my/tx",
- "style" :
- {
- "navigationBarTitleText": "提现",
- "app-plus": {
- "titleNView": false
- }
- }
-
- },
- {
- "path" : "pages/my/yj",
- "style" :
- {
- "navigationBarTitleText": "我的佣金",
- "app-plus": {
- "titleNView": false
- }
- }
-
- }
- ,{
- "path" : "pages/webview/webview",
- "style" :
- {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": false
- }
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "隆熹晋升平台",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#929292",
- "selectedColor": "#000",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/img/home1.png",
- "selectedIconPath": "static/img/home01.png"
- },
- {
- "pagePath": "pages/questionBank/index",
- "text": "题库",
- "iconPath": "static/img/tiku1.png",
- "selectedIconPath": "static/img/tiku01.png"
- },
- {
- "pagePath": "pages/examination/index",
- "text": "考试",
- "iconPath": "static/img/ks1.png",
- "selectedIconPath": "static/img/ks01.png"
- },
- // {
- // "pagePath": "pages/article/index",
- // "text": "资讯",
- // "iconPath": "static/img/zixun1.png",
- // "selectedIconPath": "static/img/zixun01.png"
- // },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "static/img/my1.png",
- "selectedIconPath": "static/img/my01.png"
- }
- ]
- }
- }
|