pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/workbench/index",
  12. "style": {
  13. "navigationBarTitleText": "工作台",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/index/index",
  19. "style": {
  20. "navigationBarTitleText": "首页",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/workbench/list/index",
  26. "style": {
  27. "navigationBarTitleText": "列表",
  28. "navigationBarBackgroundColor": "#D5E9FE",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/workbench/detail/index",
  34. "style": {
  35. "navigationBarTitleText": "详情",
  36. "navigationBarBackgroundColor": "#D5E9FE"
  37. }
  38. },
  39. {
  40. "path": "pages/workbench/form/index",
  41. "style": {
  42. "navigationBarTitleText": "表单",
  43. "navigationBarBackgroundColor": "#D5E9FE"
  44. }
  45. },
  46. {
  47. "path": "pages/workbench/map/index",
  48. "style": {
  49. "navigationBarTitleText": "地图",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/profile/index",
  55. "style": {
  56. "navigationBarTitleText": "我的",
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/order/index",
  62. "style": {
  63. "navigationBarTitleText": "工单",
  64. "navigationBarBackgroundColor": "#D5E9FE",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/score/index",
  70. "style": {
  71. "navigationBarTitleText": "工分",
  72. "navigationBarBackgroundColor": "#D5E9FE",
  73. "enablePullDownRefresh": false
  74. }
  75. },
  76. {
  77. "path": "pages/worktime/index",
  78. "style": {
  79. "navigationBarTitleText": "工时",
  80. "navigationBarBackgroundColor": "#D5E9FE",
  81. "enablePullDownRefresh": false
  82. }
  83. }
  84. ],
  85. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "uni-app x",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8"
  90. },
  91. "uniIdRouter": {}
  92. }