pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "globalStyle": {
  54. "navigationBarTextStyle": "black",
  55. "navigationBarTitleText": "面试系统",
  56. "navigationBarBackgroundColor": "#F8F8F8",
  57. "backgroundColor": "#F8F8F8"
  58. },
  59. "tabBar": {
  60. "color": "#7A7E83",
  61. "selectedColor": "#007AFF",
  62. "borderStyle": "black",
  63. "backgroundColor": "#FFFFFF",
  64. "list": [
  65. {
  66. "pagePath": "pages/index/index",
  67. "iconPath": "static/home.png",
  68. "selectedIconPath": "static/home_active.png",
  69. "text": "首页"
  70. },
  71. {
  72. "pagePath": "pages/my/my",
  73. "iconPath": "static/my.png",
  74. "selectedIconPath": "static/my_active.png",
  75. "text": "我的"
  76. }
  77. ]
  78. },
  79. "uniIdRouter": {}
  80. }