pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. "globalStyle": {
  95. "navigationBarTextStyle": "black",
  96. "navigationBarTitleText": "面试系统",
  97. "navigationBarBackgroundColor": "#F8F8F8",
  98. "backgroundColor": "#F8F8F8"
  99. },
  100. "tabBar": {
  101. "color": "#7A7E83",
  102. "selectedColor": "#007AFF",
  103. "borderStyle": "black",
  104. "backgroundColor": "#FFFFFF",
  105. "list": [
  106. {
  107. "pagePath": "pages/index/index",
  108. "iconPath": "static/home.png",
  109. "selectedIconPath": "static/home_active.png",
  110. "text": "首页"
  111. },
  112. {
  113. "pagePath": "pages/my/my",
  114. "iconPath": "static/my.png",
  115. "selectedIconPath": "static/my_active.png",
  116. "text": "我的"
  117. }
  118. ]
  119. },
  120. "uniIdRouter": {}
  121. }