pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "面试报名"
  7. }
  8. },
  9. {
  10. "path": "pages/success/success",
  11. "style": {
  12. "navigationBarTitleText": "报名成功"
  13. }
  14. },
  15. {
  16. "path": "pages/interview-notice/interview-notice",
  17. "style": {
  18. "navigationBarTitleText": "面试注意事项"
  19. }
  20. },
  21. {
  22. "path": "pages/identity-verify/identity-verify",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. },
  27. {
  28. "path": "pages/face-photo/face-photo",
  29. "style": {
  30. "navigationBarTitleText": "拍摄照片"
  31. }
  32. },
  33. {
  34. "path": "pages/camera/camera",
  35. "style": {
  36. "navigationBarTitleText": "面试"
  37. }
  38. },
  39. {
  40. "path": "pages/my/my",
  41. "style": {
  42. "navigationBarTitleText": "我的"
  43. }
  44. },
  45. {
  46. "path" : "pages/interview/interview",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : "手部照片采集"
  50. }
  51. },
  52. {
  53. "path" : "pages/ResumeEvaluation/ResumeEvaluation",
  54. "style" :
  55. {
  56. "navigationBarTitleText" : ""
  57. }
  58. }
  59. ],
  60. "globalStyle": {
  61. "navigationBarTextStyle": "black",
  62. "navigationBarTitleText": "面试系统",
  63. "navigationBarBackgroundColor": "#F8F8F8",
  64. "backgroundColor": "#F8F8F8"
  65. },
  66. "tabBar": {
  67. "color": "#7A7E83",
  68. "selectedColor": "#007AFF",
  69. "borderStyle": "black",
  70. "backgroundColor": "#FFFFFF",
  71. "list": [
  72. {
  73. "pagePath": "pages/index/index",
  74. "iconPath": "static/home.png",
  75. "selectedIconPath": "static/home_active.png",
  76. "text": "首页"
  77. },
  78. {
  79. "pagePath": "pages/my/my",
  80. "iconPath": "static/my.png",
  81. "selectedIconPath": "static/my_active.png",
  82. "text": "我的"
  83. }
  84. ]
  85. },
  86. "uniIdRouter": {}
  87. }