pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/score/index",
  69. "style": {
  70. "navigationBarTitleText": "工分",
  71. "navigationStyle": "custom"
  72. }
  73. },
  74. {
  75. "path": "pages/worktime/index",
  76. "style": {
  77. "navigationBarTitleText": "工时",
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/push/index",
  83. "style": {
  84. "navigationBarTitleText": "通知",
  85. "navigationBarBackgroundColor": "#D5E9FE"
  86. }
  87. }
  88. ],
  89. "globalStyle": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "uni-app x",
  92. "navigationBarBackgroundColor": "#F8F8F8",
  93. "backgroundColor": "#F8F8F8"
  94. },
  95. "uniIdRouter": {}
  96. }