pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/launch/launch",
  5. "name": "launch",
  6. "meta": {
  7. "auth": false,
  8. "keepScroll": true
  9. },
  10. "style": {
  11. "navigationBarTitleText": "晋江市人才图谱",
  12. "navigationStyle": "custom",
  13. "navigationBarTextStyle": "white",
  14. "app-plus": {
  15. "bounce": "none"
  16. }
  17. }
  18. }, {
  19. "path": "pages/index/index",
  20. "name": "index",
  21. "meta": {
  22. "auth": false,
  23. "keepScroll": true
  24. },
  25. "style": {
  26. "navigationBarTitleText": "首页",
  27. "navigationStyle": "custom",
  28. "enablePullDownRefresh": true
  29. }
  30. }, {
  31. "path": "pages/kanban/kanban",
  32. "name": "kanban",
  33. "meta": {
  34. "auth": false,
  35. "keepScroll": true
  36. },
  37. "style": {
  38. "navigationBarTitleText": "人才看板",
  39. "navigationStyle": "custom",
  40. "enablePullDownRefresh": true
  41. }
  42. }, {
  43. "path": "pages/user/user",
  44. "name": "user",
  45. "meta": {
  46. "auth": false,
  47. "keepScroll": true
  48. },
  49. "style": {
  50. "navigationBarTitleText": "个人中心",
  51. "navigationStyle": "custom",
  52. "enablePullDownRefresh": true
  53. }
  54. }, {
  55. "path": "pages/user/footprint",
  56. "meta": {
  57. "auth": true
  58. },
  59. "style": {
  60. "navigationBarTitleText": "我的足迹"
  61. }
  62. }, {
  63. "path": "pages/user/company",
  64. "meta": {
  65. "auth": true
  66. },
  67. "style": {
  68. "navigationBarTitleText": "企业反馈"
  69. }
  70. },
  71. {
  72. "path": "pages/login/login",
  73. "meta": {
  74. "auth": false
  75. },
  76. "style": {
  77. "navigationBarTitleText": "登录"
  78. }
  79. },
  80. {
  81. "path": "pages/feedback/feedback",
  82. "meta": {
  83. "auth": true
  84. },
  85. "style": {
  86. "navigationBarTitleText": "意见反馈"
  87. }
  88. },
  89. {
  90. "path": "pages/talents/talents",
  91. "meta": {
  92. "auth": true
  93. },
  94. "style": {
  95. "navigationBarTitleText": "人才列表"
  96. }
  97. },
  98. {
  99. "path": "pages/talents/detail",
  100. "meta": {
  101. "auth": true
  102. },
  103. "style": {
  104. "navigationBarTitleText": "人才详情"
  105. }
  106. },
  107. {
  108. "path": "pages/search/search",
  109. "meta": {
  110. "auth": true
  111. },
  112. "style": {
  113. "navigationBarTitleText": "人才搜索"
  114. }
  115. },
  116. {
  117. "path": "pages/policy/index",
  118. "meta": {
  119. "auth": false
  120. },
  121. "style": {
  122. "navigationBarTitleText": "人才政策计算器",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/policy/talent",
  128. "meta": {
  129. "auth": false
  130. },
  131. "style": {
  132. "navigationBarTitleText": "人才信息"
  133. }
  134. },
  135. {
  136. "path": "pages/policy/list",
  137. "meta": {
  138. "auth": false
  139. },
  140. "style": {
  141. "navigationBarTitleText": "政策AI匹配",
  142. "navigationBarBackgroundColor": "#DD4250",
  143. "navigationBarTextStyle": "white"
  144. }
  145. },
  146. {
  147. "path": "pages/policy/score",
  148. "meta": {
  149. "auth": false
  150. },
  151. "style": {
  152. "navigationBarTitleText": "测评得分",
  153. "navigationBarBackgroundColor": "#DD4250",
  154. "navigationBarTextStyle": "white"
  155. }
  156. },
  157. {
  158. "path": "pages/policy/detail",
  159. "meta": {
  160. "auth": false
  161. },
  162. "style": {
  163. "navigationBarTitleText": "政策详情"
  164. }
  165. },
  166. {
  167. "path": "pages/policy/search",
  168. "meta": {
  169. "auth": false
  170. },
  171. "style": {
  172. "navigationBarTitleText": "政策查询",
  173. "navigationStyle": "custom"
  174. }
  175. }
  176. ],
  177. "tabBar": {
  178. "color": "#AEB4B4",
  179. "selectedColor": "#DD4250",
  180. "borderStyle": "black",
  181. "list": [
  182. {
  183. "pagePath": "pages/index/index",
  184. "iconPath": "/static/images/tab_home.png",
  185. "selectedIconPath": "/static/images/tab_home_s.png",
  186. "text": "图谱"
  187. },
  188. {
  189. "pagePath": "pages/policy/index",
  190. "iconPath": "/static/images/tab_cal.png",
  191. "selectedIconPath": "/static/images/tab_cal_s.png",
  192. "text": "计算器"
  193. },
  194. // {
  195. // "pagePath": "pages/kanban/kanban",
  196. // "iconPath": "/static/images/tab_kanban.png",
  197. // "selectedIconPath": "/static/images/tab_kanban_s.png",
  198. // "text": "看板"
  199. // },
  200. {
  201. "pagePath": "pages/policy/search",
  202. "iconPath": "/static/images/tab_policy.png",
  203. "selectedIconPath": "/static/images/tab_policy_s.png",
  204. "text": "政策"
  205. },
  206. {
  207. "pagePath": "pages/user/user",
  208. "iconPath": "/static/images/tab_user.png",
  209. "selectedIconPath": "/static/images/tab_user_s.png",
  210. "text": "我的"
  211. }
  212. ]
  213. },
  214. "globalStyle": {
  215. "navigationBarTextStyle": "white",
  216. "navigationBarTitleText": "",
  217. "navigationBarBackgroundColor": "#FFFFFF",
  218. "backgroundColor": "#F8F8F8",
  219. "navigationStyle": "default"
  220. },
  221. "easycom": {
  222. "autoscan": true,
  223. "custom": {
  224. "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
  225. }
  226. }
  227. }