pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "面试报名"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. },
  15. {
  16. "path": "pages/success/success",
  17. "style": {
  18. "navigationBarTitleText": "面试成功"
  19. }
  20. },
  21. {
  22. "path": "pages/interview-notice/interview-notice",
  23. "style": {
  24. "navigationBarTitleText": "面试注意事项",
  25. "navigationStyle": "default"
  26. }
  27. },
  28. {
  29. "path": "pages/identity-verify/identity-verify",
  30. "style": {
  31. "navigationBarTitleText": "",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/face-photo/face-photo",
  37. "style": {
  38. "navigationBarTitleText": "拍摄照片"
  39. }
  40. },
  41. {
  42. "path": "pages/camera/camera",
  43. "style": {
  44. "navigationBarTitleText": "",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/my/my",
  50. "style": {
  51. "navigationBarTitleText": "我的"
  52. }
  53. },
  54. {
  55. "path" : "pages/interview/interview",
  56. "style" :
  57. {
  58. "navigationBarTitleText" : "手部照片采集"
  59. }
  60. },
  61. {
  62. "path" : "pages/ResumeEvaluation/ResumeEvaluation",
  63. "style" :
  64. {
  65. "navigationBarTitleText" : ""
  66. }
  67. },
  68. {
  69. "path" : "pages/interview-question/interview-question",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : ""
  73. }
  74. },
  75. {
  76. "path" : "pages/preview/preview",
  77. "style" :
  78. {
  79. "navigationBarTitleText" : ""
  80. }
  81. },
  82. {
  83. "path" : "pages/interview_success/interview_success",
  84. "style" :
  85. {
  86. "navigationBarTitleText" : ""
  87. }
  88. },
  89. {
  90. "path": "pages/agreement/agreement",
  91. "style": {
  92. "navigationBarTitleText": "用户协议"
  93. }
  94. },
  95. {
  96. "path": "pages/test/test",
  97. "style": {
  98. "navigationBarTitleText": "测试页面"
  99. }
  100. },
  101. {
  102. "path" : "pages/Personal/Personal",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "",
  106. "navigationStyle": "default"
  107. }
  108. },
  109. {
  110. "path" : "pages/job-detail/job-detail",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : ""
  114. }
  115. },
  116. {
  117. "path": "pages/followUp/followUp",
  118. "style": {
  119. "navigationStyle": "custom"
  120. }
  121. },
  122. {
  123. "path" : "pages/uploadResume/uploadResume",
  124. "style" :
  125. {
  126. "navigationBarTitleText" : ""
  127. }
  128. },
  129. {
  130. "path": "pages/posture-guide/posture-guide",
  131. "style": {
  132. "navigationBarTitleText": "体态评估指导",
  133. "navigationStyle": "default"
  134. }
  135. },
  136. {
  137. "path": "pages/interview_retake/interview_retake",
  138. "style": {
  139. "navigationBarTitleText": "体态照片补拍",
  140. "navigationStyle": "default"
  141. }
  142. }
  143. ],
  144. "globalStyle": {
  145. "navigationBarTextStyle": "black",
  146. "navigationBarTitleText": "面试系统",
  147. "navigationBarBackgroundColor": "#F8F8F8",
  148. "backgroundColor": "#F8F8F8"
  149. },
  150. "tabBar": {
  151. "color": "#7A7E83",
  152. "selectedColor": "#007AFF",
  153. "borderStyle": "black",
  154. "backgroundColor": "#FFFFFF",
  155. "list": [
  156. {
  157. "pagePath": "pages/index/index",
  158. "iconPath": "static/home.png",
  159. "selectedIconPath": "static/home_active.png",
  160. "text": "首页"
  161. },
  162. {
  163. "pagePath": "pages/my/my",
  164. "iconPath": "static/my.png",
  165. "selectedIconPath": "static/my_active.png",
  166. "text": "我的"
  167. }
  168. ]
  169. },
  170. "uniIdRouter": {}
  171. }