pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle": "custom", // 隐藏系统导航栏
  10. "navigationBarTitleText": "首页"
  11. }
  12. }, {
  13. "path": "pages/mycode/mycode",
  14. "style": {
  15. "navigationBarTitleText": "退役军人码"
  16. }
  17. },
  18. {
  19. "path": "pages/authentication/authentication",
  20. "style": {
  21. "navigationBarTitleText": "退役军人职业教育码申请"
  22. }
  23. },
  24. {
  25. "path": "pages/phoneLogin/phoneLogin",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "手机登录"
  29. }
  30. },
  31. {
  32. "path": "pages/bannerDetails/bannerDetails",
  33. "style": {
  34. "navigationBarTitleText": "详情页"
  35. }
  36. }, {
  37. "path": "pages/policyNews/policyNews",
  38. "style": {
  39. "navigationBarTitleText": "政策资讯"
  40. }
  41. }, {
  42. "path": "pages/policyNewsDetails/policyNewsDetails",
  43. "style": {
  44. "navigationBarTitleText": "文章详情"
  45. }
  46. }, {
  47. "path": "pages/newsDetails/newsDetails",
  48. "style": {
  49. "navigationBarTitleText": "文章详情"
  50. }
  51. },
  52. {
  53. "path": "pages/login/code",
  54. "style": {
  55. "navigationBarTitleText": "验证码"
  56. }
  57. },
  58. {
  59. "path": "pages/mine/mine",
  60. "style": {
  61. "navigationBarTitleText": "个人中心",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/center/center",
  67. "style": {
  68. "navigationBarTitleText": "中心",
  69. "enablePullDownRefresh": false
  70. }
  71. }, {
  72. "path": "pages/privacyPolicy/privacyPolicy",
  73. "style": {
  74. "navigationBarTitleText": "隐私政策"
  75. }
  76. }, {
  77. "path": "pages/schools/schools",
  78. "style": {
  79. "navigationBarTitleText": "学院列表"
  80. }
  81. }, {
  82. "path": "pages/skillsTraining/skillsTraining",
  83. "style": {
  84. "navigationBarTitleText": "技能培训"
  85. }
  86. }, {
  87. "path": "pages/basicTraining/basicTraining",
  88. "style": {
  89. "navigationBarTitleText": "适应性培训"
  90. }
  91. }, {
  92. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  93. "style": {
  94. "navigationBarTitleText": "我的适应性培训"
  95. }
  96. }, {
  97. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  98. "style": {
  99. "navigationBarTitleText": "在线上课"
  100. }
  101. }, {
  102. "path": "pages/upgrade/upgrade",
  103. "style": {
  104. "navigationBarTitleText": "学历提升"
  105. }
  106. }, {
  107. "path": "pages/inbuild/inbuild",
  108. "style": {
  109. "navigationBarTitleText": "建设中"
  110. }
  111. }, {
  112. "path": "pages/notification/notification",
  113. "style": {
  114. "navigationBarTitleText": "消息通知",
  115. "enablePullDownRefresh": false,
  116. "backgroundColor": "#2A322B",
  117. "navigationBarBackgroundColor": "#2A322B"
  118. }
  119. }
  120. ],
  121. "globalStyle": {
  122. "navigationBarTextStyle": "black",
  123. "navigationBarTitleText": "uni-app",
  124. "navigationBarBackgroundColor": "#F8F8F8",
  125. "backgroundColor": "#F8F8F8"
  126. },
  127. "tabBar": {
  128. "color": "#909399",
  129. "selectedColor": "#303133",
  130. "borderStyle": "black",
  131. "backgroundColor": "#ffffff",
  132. "list": [{
  133. "pagePath": "pages/index/index",
  134. "iconPath": "static/icons/index-gray.png",
  135. "selectedIconPath": "static/icons/index.png",
  136. "text": "首页"
  137. }, {
  138. "pagePath": "pages/mycode/mycode",
  139. "iconPath": "static/icons/code-gray.png",
  140. "selectedIconPath": "static/icons/code.png",
  141. "text": "退役军人码"
  142. }, {
  143. "pagePath": "pages/mine/mine",
  144. "iconPath": "static/icons/mine-gray.png",
  145. "selectedIconPath": "static/icons/mine.png",
  146. "text": "我"
  147. }]
  148. }
  149. }