pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "globalStyle": {
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "面试系统",
  69. "navigationBarBackgroundColor": "#F8F8F8",
  70. "backgroundColor": "#F8F8F8"
  71. },
  72. "tabBar": {
  73. "color": "#7A7E83",
  74. "selectedColor": "#007AFF",
  75. "borderStyle": "black",
  76. "backgroundColor": "#FFFFFF",
  77. "list": [
  78. {
  79. "pagePath": "pages/index/index",
  80. "iconPath": "static/home.png",
  81. "selectedIconPath": "static/home_active.png",
  82. "text": "首页"
  83. },
  84. {
  85. "pagePath": "pages/my/my",
  86. "iconPath": "static/my.png",
  87. "selectedIconPath": "static/my_active.png",
  88. "text": "我的"
  89. }
  90. ]
  91. },
  92. "uniIdRouter": {}
  93. }