pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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/map",
  15. "style": {
  16. "navigationBarTitleText": "地图找工"
  17. }
  18. },
  19. {
  20. "path": "pages/job/list",
  21. "style": {
  22. "navigationBarTitleText": "找工作",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/job/search",
  28. "style": {
  29. "navigationBarTitleText": "职位搜索"
  30. }
  31. },
  32. {
  33. "path": "components/u-avatar-cropper/u-avatar-cropper",
  34. "style": {
  35. "navigationBarTitleText": "图片裁剪",
  36. "navigationBarBackgroundColor": "#000000"
  37. }
  38. },
  39. {
  40. "path": "pages/statement/index/index",
  41. "style": {
  42. "navigationBarTitleText": "结算广场"
  43. }
  44. },
  45. {
  46. "path": "pages/statement/packages/index",
  47. "style": {
  48. "navigationBarTitleText": "结算广场",
  49. "enablePullDownRefresh": true
  50. }
  51. },
  52. {
  53. "path": "pages/user/login",
  54. "style": {
  55. "navigationBarTitleText": "用户登录",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path": "pages/statement/auth/index",
  61. "style": {
  62. "navigationBarTitleText": "实名认证",
  63. "enablePullDownRefresh": false
  64. }
  65. },
  66. {
  67. "path": "pages/statement/company/index",
  68. "style": {
  69. "navigationBarTitleText": "关联企业",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "pages/statement/company/search",
  75. "style": {
  76. "navigationBarTitleText": "搜索企业",
  77. "enablePullDownRefresh": false
  78. }
  79. },
  80. {
  81. "path": "pages/user/info",
  82. "style": {
  83. "navigationBarTitleText": "个人信息",
  84. "enablePullDownRefresh": false
  85. }
  86. },
  87. {
  88. "path": "pages/serve/index",
  89. "style": {
  90. "navigationBarTitleText": "更多服务",
  91. "enablePullDownRefresh": false
  92. }
  93. },
  94. {
  95. "path": "pages/user/index",
  96. "style": {
  97. "navigationBarTitleText": "我的",
  98. "enablePullDownRefresh": false
  99. }
  100. },
  101. {
  102. "path": "pages/job/detail",
  103. "style": {
  104. "navigationBarTitleText": "工作详情"
  105. }
  106. },
  107. {
  108. "path": "pages/other/webview",
  109. "style": {
  110. "navigationBarTitleText": "政策资讯"
  111. }
  112. },
  113. {
  114. "path": "pages/user/switch",
  115. "style": {
  116. "navigationBarTitleText": ""
  117. }
  118. },
  119. {
  120. "path": "pages/user/resume/index",
  121. "style": {
  122. "navigationBarTitleText": "我的简历"
  123. }
  124. },
  125. {
  126. "path": "pages/user/resume/edit",
  127. "style": {
  128. "navigationBarTitleText": "个人信息"
  129. }
  130. },
  131. {
  132. "path": "pages/job/position/classification",
  133. "style": {
  134. "navigationBarTitleText": "选择职位"
  135. }
  136. },
  137. {
  138. "path": "pages/job/position/city",
  139. "style": {
  140. "navigationBarTitleText": "选择城市"
  141. }
  142. },
  143. {
  144. "path": "pages/user/enterprise/index",
  145. "style": {
  146. "navigationBarTitleText": "企业认证"
  147. }
  148. },
  149. {
  150. "path": "pages/job/position/manage/list",
  151. "style": {
  152. "navigationBarTitleText": "职位管理"
  153. }
  154. },
  155. {
  156. "path": "pages/job/position/manage/push",
  157. "style": {
  158. "navigationBarTitleText": "职位发布"
  159. }
  160. },
  161. {
  162. "path": "pages/news/index",
  163. "style": {
  164. "navigationBarTitleText": "资讯",
  165. "enablePullDownRefresh": true
  166. }
  167. },
  168. {
  169. "path": "pages/news/detail",
  170. "style": {
  171. "navigationBarTitleText": "新闻详情"
  172. }
  173. },
  174. {
  175. "path": "pages/job/enterprise/detail",
  176. "style": {
  177. "navigationBarTitleText": "企业详情"
  178. }
  179. },
  180. {
  181. "path": "pages/job/enterprise/list",
  182. "style": {
  183. "navigationBarTitleText": "正在招聘职位"
  184. }
  185. },
  186. {
  187. "path": "pages/user/resume/deliver/list",
  188. "style": {
  189. "navigationBarTitleText": "投递历史",
  190. "enablePullDownRefresh": true
  191. }
  192. },
  193. {
  194. "path": "pages/user/resume/deliver/invite",
  195. "style": {
  196. "navigationBarTitleText": "面试邀约",
  197. "enablePullDownRefresh": true
  198. }
  199. },
  200. {
  201. "path": "pages/user/resume/deliver/receive/index",
  202. "style": {
  203. "navigationBarTitleText": "收到简历",
  204. "enablePullDownRefresh": true
  205. }
  206. },
  207. {
  208. "path": "pages/user/resume/deliver/receive/list",
  209. "style": {
  210. "navigationBarTitleText": "简历列表",
  211. "enablePullDownRefresh": true
  212. }
  213. },
  214. {
  215. "path": "pages/user/resume/preview",
  216. "style": {
  217. "navigationBarTitleText": "查看简历"
  218. }
  219. },
  220. {
  221. "path": "pages/other/setting",
  222. "style": {
  223. "navigationBarTitleText": "设置"
  224. }
  225. },
  226. {
  227. "path": "pages/job/enterprise/card",
  228. "style": {
  229. "navigationBarTitleText": "企业卡片"
  230. }
  231. }
  232. ],
  233. "tabBar": {
  234. "color": "#7A7E83",
  235. "selectedColor": "#4581fb",
  236. "borderStyle": "black",
  237. "backgroundColor": "#F8F8F8",
  238. "list": [{
  239. "pagePath": "pages/index/index",
  240. "iconPath": "static/tab/sy.png",
  241. "selectedIconPath": "static/tab/sy_s.png",
  242. "text": "首页"
  243. },
  244. {
  245. "pagePath": "pages/serve/index",
  246. "iconPath": "static/tab/serve.png",
  247. "selectedIconPath": "static/tab/serve_s.png",
  248. "text": "更多服务"
  249. },
  250. {
  251. "pagePath": "pages/user/index",
  252. "iconPath": "static/tab/my.png",
  253. "selectedIconPath": "static/tab/my_s.png",
  254. "text": "我的"
  255. }
  256. ]
  257. },
  258. "globalStyle": {
  259. "navigationBarTextStyle": "black",
  260. "navigationBarTitleText": "爱就业咨询服务平台",
  261. "navigationBarBackgroundColor": "#f1f1f1"
  262. }
  263. }