pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. }
  26. },
  27. {
  28. "path": "pages/identity-verify/identity-verify",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. },
  33. {
  34. "path": "pages/face-photo/face-photo",
  35. "style": {
  36. "navigationBarTitleText": "拍摄照片"
  37. }
  38. },
  39. {
  40. "path": "pages/camera/camera",
  41. "style": {
  42. "navigationBarTitleText": "测试"
  43. }
  44. },
  45. {
  46. "path": "pages/my/my",
  47. "style": {
  48. "navigationBarTitleText": "我的"
  49. }
  50. },
  51. {
  52. "path" : "pages/interview/interview",
  53. "style" :
  54. {
  55. "navigationBarTitleText" : "手部照片采集"
  56. }
  57. },
  58. {
  59. "path" : "pages/ResumeEvaluation/ResumeEvaluation",
  60. "style" :
  61. {
  62. "navigationBarTitleText" : ""
  63. }
  64. },
  65. {
  66. "path" : "pages/interview-question/interview-question",
  67. "style" :
  68. {
  69. "navigationBarTitleText" : ""
  70. }
  71. },
  72. {
  73. "path" : "pages/preview/preview",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : ""
  77. }
  78. }
  79. ],
  80. "globalStyle": {
  81. "navigationBarTextStyle": "black",
  82. "navigationBarTitleText": "面试系统",
  83. "navigationBarBackgroundColor": "#F8F8F8",
  84. "backgroundColor": "#F8F8F8"
  85. },
  86. "tabBar": {
  87. "color": "#7A7E83",
  88. "selectedColor": "#007AFF",
  89. "borderStyle": "black",
  90. "backgroundColor": "#FFFFFF",
  91. "list": [
  92. {
  93. "pagePath": "pages/index/index",
  94. "iconPath": "static/home.png",
  95. "selectedIconPath": "static/home_active.png",
  96. "text": "首页"
  97. },
  98. {
  99. "pagePath": "pages/my/my",
  100. "iconPath": "static/my.png",
  101. "selectedIconPath": "static/my_active.png",
  102. "text": "我的"
  103. }
  104. ]
  105. },
  106. "uniIdRouter": {}
  107. }