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