pages.json 4.1 KB

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