pages.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. "navigationBarTitleText": "登录"
  28. }
  29. },
  30. {
  31. "path": "pages/bannerDetails/bannerDetails",
  32. "style": {
  33. "navigationBarTitleText": "详情页"
  34. }
  35. }, {
  36. "path": "pages/policyNews/policyNews",
  37. "style": {
  38. "navigationBarTitleText": "政策资讯"
  39. }
  40. }, {
  41. "path": "pages/policyNewsDetails/policyNewsDetails",
  42. "style": {
  43. "navigationBarTitleText": "文章详情"
  44. }
  45. }, {
  46. "path": "pages/newsDetails/newsDetails",
  47. "style": {
  48. "navigationBarTitleText": "文章详情"
  49. }
  50. },
  51. {
  52. "path": "pages/login/code",
  53. "style": {
  54. "navigationBarTitleText": "验证码"
  55. }
  56. },
  57. {
  58. "path": "pages/mine/mine",
  59. "style": {
  60. "navigationBarTitleText": "个人中心",
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/center/center",
  66. "style": {
  67. "navigationBarTitleText": "中心",
  68. "enablePullDownRefresh": false
  69. }
  70. }, {
  71. "path": "pages/privacyPolicy/privacyPolicy",
  72. "style": {
  73. "navigationBarTitleText": "隐私政策"
  74. }
  75. }, {
  76. "path": "pages/schools/schools",
  77. "style": {
  78. "navigationBarTitleText": "学院列表"
  79. }
  80. }, {
  81. "path": "pages/skillsTraining/skillsTraining",
  82. "style": {
  83. "navigationBarTitleText": "技能培训"
  84. }
  85. }, {
  86. "path": "pages/basicTraining/basicTraining",
  87. "style": {
  88. "navigationBarTitleText": "适应性培训"
  89. }
  90. }, {
  91. "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
  92. "style": {
  93. "navigationBarTitleText": "我的适应性培训"
  94. }
  95. }, {
  96. "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
  97. "style": {
  98. "navigationBarTitleText": "在线上课"
  99. }
  100. }, {
  101. "path": "pages/upgrade/upgrade",
  102. "style": {
  103. "navigationBarTitleText": "学历提升"
  104. }
  105. }, {
  106. "path": "pages/inbuild/inbuild",
  107. "style": {
  108. "navigationBarTitleText": "建设中"
  109. }
  110. }, {
  111. "path": "pages/myResume/myResume",
  112. "style": {
  113. "navigationBarTitleText": "简历",
  114. "enablePullDownRefresh": false,
  115. "navigationBarBackgroundColor": "#2a82e4",
  116. "navigationBarTextStyle": "white"
  117. }
  118. }, {
  119. "path": "pages/dynamicTracking/dynamicTracking",
  120. "style": {
  121. "navigationBarTitleText": "全链条动态跟踪",
  122. "enablePullDownRefresh": false
  123. }
  124. }, {
  125. "path": "pages/personalModify/personalModify",
  126. "style": {
  127. "navigationBarTitleText": "个人资料修改",
  128. "enablePullDownRefresh": false,
  129. "navigationBarBackgroundColor": "#fff"
  130. }
  131. }, {
  132. "path": "pages/evaluationIntention/evaluationIntention",
  133. "style": {
  134. "navigationBarTitleText": "求职意向自我评价",
  135. "enablePullDownRefresh": false,
  136. "navigationStyle": "custom"
  137. }
  138. }, {
  139. "path": "pages/myDelivery/myDelivery",
  140. "style": {
  141. "navigationBarTitleText": "我的投递",
  142. "enablePullDownRefresh": false,
  143. "navigationBarBackgroundColor": "#fff"
  144. }
  145. }, {
  146. "path": "pages/jodDetails/jodDetails",
  147. "style": {
  148. "navigationBarTitleText": "职位详情",
  149. "enablePullDownRefresh": false,
  150. "navigationBarBackgroundColor": "#fff"
  151. }
  152. }
  153. ],
  154. "globalStyle": {
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "uni-app",
  157. "navigationBarBackgroundColor": "#F8F8F8",
  158. "backgroundColor": "#F8F8F8"
  159. },
  160. "tabBar": {
  161. "color": "#909399",
  162. "selectedColor": "#303133",
  163. "borderStyle": "black",
  164. "backgroundColor": "#ffffff",
  165. "list": [{
  166. "pagePath": "pages/index/index",
  167. "iconPath": "static/icons/index-gray.png",
  168. "selectedIconPath": "static/icons/index.png",
  169. "text": "首页"
  170. }, {
  171. "pagePath": "pages/mycode/mycode",
  172. "iconPath": "static/icons/code-gray.png",
  173. "selectedIconPath": "static/icons/code.png",
  174. "text": "退役军人码"
  175. }, {
  176. "pagePath": "pages/mine/mine",
  177. "iconPath": "static/icons/mine-gray.png",
  178. "selectedIconPath": "static/icons/mine.png",
  179. "text": "我"
  180. }]
  181. }
  182. }