pages.json 1.7 KB

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