pages.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/identity/identity",
  8. "style": {
  9. "navigationBarTitleText": "身份选择",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/loginFilter/LoginFilter",
  15. "style": {
  16. "navigationBarTitleText": "报修系统",
  17. "enablePullDownRefresh": true,
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/index/index",
  23. "style": {
  24. "navigationBarTitleText": "报修系统",
  25. "enablePullDownRefresh": true,
  26. "navigationStyle": "custom",
  27. "h5": {
  28. "pullToRefresh": {
  29. "color": "#007AFF"
  30. }
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/login/login",
  36. "style": {
  37. "navigationBarTitleText": "维修端登录",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/list/list",
  43. "style": {
  44. "navigationBarTitleText": "报修",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/list-center/list-center",
  50. "style": {
  51. "navigationBarTitleText": "维修中心",
  52. "enablePullDownRefresh": true,
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/feedback/feedback",
  58. "style": {
  59. "navigationBarTitleText": "用户评价",
  60. "enablePullDownRefresh": true,
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/personal-information/personal-information",
  66. "style": {
  67. "navigationBarTitleText": "个人信息页",
  68. "navigationStyle": "custom"
  69. }
  70. }
  71. ],
  72. "globalStyle": {
  73. "navigationBarTextStyle": "black",
  74. "navigationBarTitleText": "报修系统",
  75. "navigationBarBackgroundColor": "#F8F8F8",
  76. "backgroundColor": "#F8F8F8",
  77. // "enablePullDownRefresh":true,
  78. "backgroundTextStyle": "light"
  79. }
  80. }