pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/main/index/index",
  5. "style": {
  6. "navigationBarTitleText": "荆开零工驿站",
  7. // "navigationBarBackgroundColor": "#2795FD",
  8. "navigationBarTextStyle": "white",
  9. "navigationStyle": "custom"
  10. }
  11. }
  12. ],
  13. "globalStyle": {
  14. "navigationStyle": "custom", // 隐藏系统导航栏
  15. "navigationBarTitleText": "荆开零工驿站",
  16. "enablePullDownRefresh": false
  17. },
  18. "subPackages": [
  19. {
  20. "root": "pages/tab",
  21. "pages": [
  22. {
  23. "path" : "mine/mine",
  24. "style" :
  25. {
  26. "navigationBarTitleText": "我的",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "jobInformation/jobInformation",
  32. "style" :
  33. {
  34. "navigationBarTitleText": "用工信息",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ,{
  39. "path" : "issue/issue",
  40. "style" :
  41. {
  42. "navigationBarTitleText": "发布",
  43. "enablePullDownRefresh": false
  44. }
  45. }
  46. ,{
  47. "path" : "choreInformation/choreInformation",
  48. "style" :
  49. {
  50. "navigationBarTitleText": "零工驿站",
  51. "enablePullDownRefresh": false
  52. }
  53. }
  54. ]
  55. }
  56. ,
  57. {
  58. "root": "pages/packages",
  59. "pages": [
  60. {
  61. "path" : "shareEmployment/shareEmployment",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "共享用工",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ,{
  69. "path" : "shareEmployment/articleDetail",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "文章详情",
  73. "enablePullDownRefresh": false
  74. }
  75. }
  76. ,{
  77. "path" : "search/search",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "搜索",
  81. "enablePullDownRefresh": false
  82. }
  83. }
  84. ,{
  85. "path" : "search/searchResult",
  86. "style" :
  87. {
  88. "navigationBarTitleText": "搜索结果",
  89. "enablePullDownRefresh": false
  90. }
  91. }
  92. ,{
  93. "path" : "choreInformation/jobSearchDetails",
  94. "style" :
  95. {
  96. "navigationBarTitleText": "求职详情",
  97. "enablePullDownRefresh": false
  98. }
  99. }
  100. ,{
  101. "path" : "mine/employmentService/shareEmployment",
  102. "style" :
  103. {
  104. "navigationBarTitleText": "共享用工",
  105. "enablePullDownRefresh": false
  106. }
  107. }
  108. ,{
  109. "path" : "mine/employmentService/postMessage",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "发布信息",
  113. "enablePullDownRefresh": false
  114. }
  115. }
  116. ,{
  117. "path" : "skillTraining/skillTraining",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "技能培训",
  121. "enablePullDownRefresh": false
  122. }
  123. }
  124. ,{
  125. "path" : "skillTraining/trainingRegistration",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "培训报名",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "news/news",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "新闻咨询",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "news/articleDetail",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "文章详情",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "jobInformation/jobDetails",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "岗位详情",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "mine/myJobInformation/cropImage",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "求职信息",
  161. "enablePullDownRefresh": false
  162. }
  163. },{
  164. "path" : "mine/myJobInformation/myJobInformation",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "求职信息",
  168. "enablePullDownRefresh": false
  169. }
  170. }
  171. ,{
  172. "path" : "mine/myJobInformation/myRegistration",
  173. "style" :
  174. {
  175. "navigationBarTitleText": "我的报名",
  176. "enablePullDownRefresh": false
  177. }
  178. }
  179. ,{
  180. "path" : "mine/employmentService/laborManagement/laborManagement",
  181. "style" :
  182. {
  183. "navigationBarTitleText": "用工管理",
  184. "enablePullDownRefresh": false
  185. }
  186. }
  187. ,{
  188. "path" : "mine/employmentService/laborManagement/postMessage",
  189. "style" :
  190. {
  191. "navigationBarTitleText": "发布求职信息",
  192. "enablePullDownRefresh": false
  193. }
  194. }
  195. ,{
  196. "path" : "mine/employmentService/receiveRegistration",
  197. "style" :
  198. {
  199. "navigationBarTitleText": "收到报名",
  200. "enablePullDownRefresh": false
  201. }
  202. }
  203. ,{
  204. "path" : "mine/otherServices/authentication",
  205. "style" :
  206. {
  207. "navigationBarTitleText": "身份认证",
  208. "enablePullDownRefresh": false
  209. }
  210. }
  211. ]
  212. }],
  213. "uniIdRouter": {},
  214. "condition" : { //模式配置,仅开发期间生效
  215. "current": 0, //当前激活的模式(list 的索引项)
  216. "list": [
  217. {
  218. "name": "", //模式名称
  219. "path": "", //启动页面,必选
  220. "query": "" //启动参数,在页面的onLoad函数里面得到
  221. }
  222. ]
  223. }
  224. }