pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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/index/index",
  8. "style": {
  9. "navigationBarTitleText": "爱就业咨询服务平台",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/job/list",
  15. "style": {
  16. "navigationBarTitleText": "找工作",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/job/search",
  22. "style": {
  23. "navigationBarTitleText": "职位搜索"
  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. "navigationBarTitleText": "企业详情"
  171. }
  172. },
  173. {
  174. "path": "pages/job/enterprise/list",
  175. "style": {
  176. "navigationBarTitleText": "正在招聘职位"
  177. }
  178. },
  179. {
  180. "path": "pages/user/resume/deliver/list",
  181. "style": {
  182. "navigationBarTitleText": "投递历史",
  183. "enablePullDownRefresh": true
  184. }
  185. },
  186. {
  187. "path": "pages/user/resume/deliver/invite",
  188. "style": {
  189. "navigationBarTitleText": "面试邀约",
  190. "enablePullDownRefresh": true
  191. }
  192. },
  193. {
  194. "path": "pages/user/resume/deliver/receive/index",
  195. "style": {
  196. "navigationBarTitleText": "收到简历",
  197. "enablePullDownRefresh": true
  198. }
  199. },
  200. {
  201. "path": "pages/user/resume/deliver/receive/list",
  202. "style": {
  203. "navigationBarTitleText": "简历列表",
  204. "enablePullDownRefresh": true
  205. }
  206. }
  207. ],
  208. "tabBar": {
  209. "color": "#7A7E83",
  210. "selectedColor": "#4581fb",
  211. "borderStyle": "black",
  212. "backgroundColor": "#F8F8F8",
  213. "list": [{
  214. "pagePath": "pages/index/index",
  215. "iconPath": "static/tab/sy.png",
  216. "selectedIconPath": "static/tab/sy_s.png",
  217. "text": "首页"
  218. },
  219. {
  220. "pagePath": "pages/serve/index",
  221. "iconPath": "static/tab/serve.png",
  222. "selectedIconPath": "static/tab/serve_s.png",
  223. "text": "更多服务"
  224. },
  225. {
  226. "pagePath": "pages/user/index",
  227. "iconPath": "static/tab/my.png",
  228. "selectedIconPath": "static/tab/my_s.png",
  229. "text": "我的"
  230. }
  231. ]
  232. },
  233. "globalStyle": {
  234. "navigationBarTextStyle": "black",
  235. "navigationBarTitleText": "爱就业咨询服务平台",
  236. "navigationBarBackgroundColor": "#f1f1f1"
  237. }
  238. }