pages.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {
  6. "navigationBarTitleText": "审计之家",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/profile/profile",
  12. "style": {
  13. "navigationBarTitleText": "填写个人信息"
  14. }
  15. },
  16. {
  17. "path": "pages/experience/experience",
  18. "style": {
  19. "navigationBarTitleText": "填写工作经历"
  20. }
  21. },
  22. {
  23. "path": "pages/intention/intention",
  24. "style": {
  25. "navigationBarTitleText": "填写工作意向"
  26. }
  27. },
  28. {
  29. "path": "pages/experience/add-education",
  30. "style": {
  31. "navigationBarTitleText": "添加教育经历",
  32. "navigationBarBackgroundColor": "#F6F8FB"
  33. }
  34. },
  35. {
  36. "path": "pages/experience/add-work",
  37. "style": {
  38. "navigationBarTitleText": "添加工作经历",
  39. "navigationBarBackgroundColor": "#F6F8FB"
  40. }
  41. },
  42. {
  43. "path": "pages/experience/add-project",
  44. "style": {
  45. "navigationBarTitleText": "添加项目经历",
  46. "navigationBarBackgroundColor": "#F6F8FB"
  47. }
  48. },
  49. {
  50. "path": "pages/experience/industry-select",
  51. "style": {
  52. "navigationBarTitleText": "选择行业",
  53. "navigationBarBackgroundColor": "#FFFFFF"
  54. }
  55. },
  56. {
  57. "path": "pages/experience/position-select",
  58. "style": {
  59. "navigationBarTitleText": "选择职位名称",
  60. "navigationBarBackgroundColor": "#FFFFFF"
  61. }
  62. },
  63. {
  64. "path": "pages/intention/company-select",
  65. "style": {
  66. "navigationBarTitleText": "公司列表",
  67. "navigationBarBackgroundColor": "#FFFFFF"
  68. }
  69. },
  70. {
  71. "path": "pages/jobs/jobs",
  72. "style": {
  73. "navigationBarTitleText": "全职岗位",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/jobs/filter",
  79. "style": {
  80. "navigationBarTitleText": "筛选条件",
  81. "navigationBarBackgroundColor": "#FFFFFF"
  82. }
  83. },
  84. {
  85. "path": "pages/jobdetail/index",
  86. "style": {
  87. "navigationBarTitleText": "岗位详情",
  88. "navigationBarBackgroundColor": "#FFFFFF"
  89. }
  90. },
  91. {
  92. "path": "pages/chat/chat",
  93. "style": {
  94. "navigationBarTitleText": "在线咨询",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/assessment/assessment",
  100. "style": {
  101. "navigationBarTitleText": "测评",
  102. "navigationStyle": "custom",
  103. "enablePullDownRefresh": false,
  104. "disableScroll": true
  105. }
  106. },
  107. {
  108. "path": "pages/assessment/remind",
  109. "style": {
  110. "navigationBarTitleText": "测评提醒",
  111. "navigationBarBackgroundColor": "#FFFFFF"
  112. }
  113. },
  114. {
  115. "path": "pages/assessment/quiz",
  116. "style": {
  117. "navigationBarTitleText": "在线测评",
  118. "navigationBarBackgroundColor": "#FFFFFF",
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path": "pages/assessment/result",
  124. "style": {
  125. "navigationBarTitleText": "测评结果",
  126. "navigationBarBackgroundColor": "#FFFFFF",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "pages/assessment/report",
  132. "style": {
  133. "navigationBarTitleText": "测评报告",
  134. "navigationBarBackgroundColor": "#FFFFFF"
  135. }
  136. },
  137. {
  138. "path": "pages/assessment/detail",
  139. "style": {
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/common/webview",
  145. "style": {
  146. "navigationBarTitleText": "在线测评"
  147. }
  148. },
  149. {
  150. "path": "pages/assessment/training",
  151. "style": {
  152. "navigationStyle": "custom"
  153. }
  154. },
  155. {
  156. "path": "pages/assessment/training-detail",
  157. "style": {
  158. "navigationBarTitleText": "岗位详情"
  159. }
  160. },
  161. {
  162. "path": "pages/message/message",
  163. "style": {
  164. "navigationBarTitleText": "消息"
  165. }
  166. },
  167. {
  168. "path": "pages/message/msgdetail",
  169. "style": {
  170. "navigationBarTitleText": "消息详情"
  171. }
  172. },
  173. {
  174. "path": "pages/my/my",
  175. "style": {
  176. "navigationBarTitleText": "我的",
  177. "navigationStyle": "custom"
  178. }
  179. },
  180. {
  181. "path": "pages/my/favorites",
  182. "style": {
  183. "navigationBarTitleText": "我的收藏"
  184. }
  185. },
  186. {
  187. "path": "pages/my/assessment-records",
  188. "style": {
  189. "navigationBarTitleText": "测评记录"
  190. }
  191. },
  192. {
  193. "path": "pages/my/offer",
  194. "style": {
  195. "navigationBarTitleText": "我的offer"
  196. }
  197. },
  198. {
  199. "path": "pages/my/orders",
  200. "style": {
  201. "navigationBarTitleText": "我的订单"
  202. }
  203. },
  204. {
  205. "path": "pages/my/privacy_policy",
  206. "style": {
  207. "navigationBarTitleText": "隐私政策"
  208. }
  209. },
  210. {
  211. "path": "pages/my/resume_view",
  212. "style": {
  213. "navigationBarTitleText": "在线简历"
  214. }
  215. },
  216. {
  217. "path": "pages/my/select-resume",
  218. "style": {
  219. "navigationBarTitleText": "选择简历"
  220. }
  221. }
  222. ],
  223. "globalStyle": {
  224. "navigationBarTextStyle": "black",
  225. "navigationBarTitleText": "审计之家",
  226. "navigationBarBackgroundColor": "#FFFFFF",
  227. "backgroundColor": "#F8F8F8",
  228. "enablePullDownRefresh": true,
  229. "backgroundTextStyle": "dark"
  230. },
  231. "tabBar": {
  232. "custom": true,
  233. "color": "#999999",
  234. "selectedColor": "#1F6CFF",
  235. "backgroundColor": "#FFFFFF",
  236. "borderStyle": "white",
  237. "list": [
  238. {
  239. "pagePath": "pages/jobs/jobs",
  240. "iconPath": "static/tabbar/jobs_n.png",
  241. "selectedIconPath": "static/tabbar/jobs_a.png",
  242. "text": "岗位"
  243. },
  244. {
  245. "pagePath": "pages/assessment/assessment",
  246. "iconPath": "static/tabbar/assess_n.png",
  247. "selectedIconPath": "static/tabbar/assess_a.png",
  248. "text": "测评"
  249. },
  250. {
  251. "pagePath": "pages/message/message",
  252. "iconPath": "static/tabbar/msg_n.png",
  253. "selectedIconPath": "static/tabbar/msg_a.png",
  254. "text": "消息"
  255. },
  256. {
  257. "pagePath": "pages/my/my",
  258. "iconPath": "static/tabbar/my_n.png",
  259. "selectedIconPath": "static/tabbar/my_a.png",
  260. "text": "我的"
  261. }
  262. ]
  263. },
  264. "uniIdRouter": {},
  265. "debug": false
  266. }