pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. // {
  7. // "path": "pages/select-identity/index",
  8. // "style": {
  9. // "navigationBarTitleText": "身份选择",
  10. // "navigationStyle": "custom"
  11. // }
  12. // },
  13. {
  14. "path": "pages/identity/index",
  15. "style": {
  16. "navigationBarTitleText": "身份",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/login-filter/index",
  22. "style": {
  23. "navigationBarTitleText": "报修系统",
  24. "enablePullDownRefresh": true,
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/home/index",
  30. "style": {
  31. "navigationBarTitleText": "报修系统",
  32. "enablePullDownRefresh": true,
  33. "navigationStyle": "custom",
  34. "h5": {
  35. "pullToRefresh": {
  36. "color": "#007AFF"
  37. }
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/home/home",
  43. "style": {
  44. "navigationBarTitleText": "报修系统",
  45. "enablePullDownRefresh": true,
  46. "navigationStyle": "custom",
  47. "h5": {
  48. "pullToRefresh": {
  49. "color": "#007AFF"
  50. }
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/login/index",
  56. "style": {
  57. "navigationBarTitleText": "维修端登录",
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "pages/repair-form/index",
  63. "style": {
  64. "navigationBarTitleText": "报修",
  65. "navigationStyle": "custom"
  66. }
  67. },
  68. {
  69. "path": "pages/repair-form/form",
  70. "style": {
  71. "navigationBarTitleText": "报修",
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/repair-center/index",
  77. "style": {
  78. "navigationBarTitleText": "维修中心",
  79. "enablePullDownRefresh": true,
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/evaluation/index",
  85. "style": {
  86. "navigationBarTitleText": "用户评价",
  87. "enablePullDownRefresh": true,
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/personal-information/index",
  93. "style": {
  94. "navigationBarTitleText": "个人信息",
  95. "navigationStyle": "custom"
  96. }
  97. }
  98. ],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "报修系统",
  102. "navigationBarBackgroundColor": "#F8F8F8",
  103. "backgroundColor": "#F8F8F8",
  104. // "enablePullDownRefresh":true,
  105. "backgroundTextStyle": "light"
  106. }
  107. }