pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/job/list",
  8. "style": {
  9. "navigationBarTitleText": "找工作",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/job/search",
  15. "style": {
  16. "navigationBarTitleText": "职位搜索"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index",
  21. "style": {
  22. "navigationBarTitleText": "爱就业咨询服务平台",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "components/u-avatar-cropper/u-avatar-cropper",
  28. "style": {
  29. "navigationBarTitleText": "图片裁剪",
  30. "navigationBarBackgroundColor": "#000000"
  31. }
  32. },
  33. {
  34. "path": "pages/statement/index/index",
  35. "style": {
  36. "navigationBarTitleText": "结算广场"
  37. }
  38. },
  39. {
  40. "path": "pages/statement/packages/index",
  41. "style": {
  42. "navigationBarTitleText": "结算广场",
  43. "enablePullDownRefresh": true
  44. }
  45. },
  46. {
  47. "path": "pages/user/login",
  48. "style": {
  49. "navigationBarTitleText": "用户登录",
  50. "enablePullDownRefresh": false
  51. }
  52. },
  53. {
  54. "path": "pages/statement/auth/index",
  55. "style": {
  56. "navigationBarTitleText": "实名认证",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "pages/statement/company/index",
  62. "style": {
  63. "navigationBarTitleText": "关联企业",
  64. "enablePullDownRefresh": true
  65. }
  66. },
  67. {
  68. "path": "pages/statement/company/search",
  69. "style": {
  70. "navigationBarTitleText": "搜索企业",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/user/info",
  76. "style": {
  77. "navigationBarTitleText": "个人信息",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "pages/serve/index",
  83. "style": {
  84. "navigationBarTitleText": "更多服务",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "pages/user/index",
  90. "style": {
  91. "navigationBarTitleText": "我的",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "pages/job/detail",
  97. "style": {
  98. "navigationBarTitleText": "工作详情"
  99. }
  100. },
  101. {
  102. "path": "pages/other/webview",
  103. "style": {
  104. "navigationBarTitleText": "政策资讯"
  105. }
  106. },
  107. {
  108. "path": "pages/user/switch",
  109. "style": {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path": "pages/user/resume/index",
  115. "style": {
  116. "navigationBarTitleText": "我的简历"
  117. }
  118. },
  119. {
  120. "path": "pages/user/resume/edit",
  121. "style": {
  122. "navigationBarTitleText": "个人信息"
  123. }
  124. },
  125. {
  126. "path": "pages/job/position/classification",
  127. "style": {
  128. "navigationBarTitleText": "选择职位"
  129. }
  130. },
  131. {
  132. "path": "pages/job/position/city",
  133. "style": {
  134. "navigationBarTitleText": "选择城市"
  135. }
  136. },
  137. {
  138. "path": "pages/user/enterprise/index",
  139. "style": {
  140. "navigationBarTitleText": "企业认证"
  141. }
  142. },
  143. {
  144. "path": "pages/job/position/manage/list",
  145. "style": {
  146. "navigationBarTitleText": "职位管理"
  147. }
  148. },
  149. {
  150. "path": "pages/job/position/manage/push",
  151. "style": {
  152. "navigationBarTitleText": "职位发布"
  153. }
  154. },
  155. {
  156. "path": "pages/news/index",
  157. "style": {
  158. "navigationBarTitleText": "新闻资讯"
  159. }
  160. },
  161. {
  162. "path": "pages/news/detail",
  163. "style": {
  164. "navigationBarTitleText": "新闻详情"
  165. }
  166. },
  167. {
  168. "path" : "pages/job/enterprise/detail",
  169. "style" :
  170. {
  171. "navigationBarTitleText" : "企业详情"
  172. }
  173. },
  174. {
  175. "path" : "pages/job/enterprise/list",
  176. "style" :
  177. {
  178. "navigationBarTitleText" : "正在招聘职位"
  179. }
  180. }
  181. ],
  182. "tabBar": {
  183. "color": "#7A7E83",
  184. "selectedColor": "#4581fb",
  185. "borderStyle": "black",
  186. "backgroundColor": "#F8F8F8",
  187. "list": [{
  188. "pagePath": "pages/index/index",
  189. "iconPath": "static/tab/sy.png",
  190. "selectedIconPath": "static/tab/sy_s.png",
  191. "text": "首页"
  192. },
  193. {
  194. "pagePath": "pages/serve/index",
  195. "iconPath": "static/tab/serve.png",
  196. "selectedIconPath": "static/tab/serve_s.png",
  197. "text": "更多服务"
  198. },
  199. {
  200. "pagePath": "pages/user/index",
  201. "iconPath": "static/tab/my.png",
  202. "selectedIconPath": "static/tab/my_s.png",
  203. "text": "我的"
  204. }
  205. ]
  206. },
  207. "globalStyle": {
  208. "navigationBarTextStyle": "black",
  209. "navigationBarTitleText": "爱就业咨询服务平台",
  210. "navigationBarBackgroundColor": "#f1f1f1"
  211. }
  212. }