{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style" : { "navigationStyle": "custom" } } , { "path": "pages/index/index", "style": { "navigationStyle": "custom" } } , { "path" : "pages/user/user", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/pointsMall/pointsMall", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/personalInfo/personalInfo", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/myPoints/myPoints", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/examPage/examPage", "style" : { "navigationStyle": "custom", "app-plus": { "popGesture": "none" } } } ,{ "path" : "pages/fixPwd/fixPwd", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/practice/practice", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/educate/educate", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/exam/exam", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/meeting/meeting", "style" : { "navigationBarTitleText": "例会", "app-plus": { "titleNView": { "buttons": [ { "float": "right", "text": "新增", "fontSize": "16px", "onclick": "Function" } ] } } } } ,{ "path" : "pages/addMeeting/addMeeting", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/noticePage/noticePage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/beforeExam/beforeExam", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/eduPage/eduPage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/videoPage/videoPage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/pracPage/pracPage", "style" : { "navigationStyle": "custom", "app-plus": { "popGesture": "none" } } } ,{ "path" : "pages/jumping/jumping", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/meetingDetail/meetingDetail", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/pracScore/pracScore", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/examScore/examScore", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/pdfPage/pdfPage", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/quesDetail/quesDetail", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/awardPunish/awardPunish", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/giftDetail/giftDetail", "style" : { "navigationStyle": "custom", "app-plus": { "softinputmode": "adjustResize" } } } ,{ "path" : "pages/backQues/backQues", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/moreDetail/moreDetail", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/pracResult/pracResult", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/examResult/examResult", "style" : { "navigationStyle": "custom" } } ], /* "tabBar": { "color": "#2c2c2c", "selectedColor": "#1296db", "borderStyle": "black", "backgroundColor": "#FFFFFF", "iconWidth": "24px", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/home.png", "selectedIconPath": "static/homeSelected.png", "text": "首页" }, { "pagePath": "pages/pointsMall/pointsMall", "iconPath": "static/mall.png", "selectedIconPath": "static/mallSelected.png", "text": "积分商城" }, { "pagePath": "pages/user/user", "iconPath": "static/my.png", "selectedIconPath": "static/mySelected.png", "text": "个人中心" } ] }, */ "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }