pages.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "easycom": {
  3. "autoscan": true, //是否自动扫描组件
  4. "custom": {
  5. "^x-(.*)": "@/components/x-$1.vue", // 匹配components目录内的vue文件
  6. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/indexRouter",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/login",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/register",
  21. "style": {
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/home/index",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false,
  29. "navigationBarBackgroundColor": "#FFFFFF",
  30. "app-plus": {
  31. "titleNView": false
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/index/codeTracing",
  37. "style": {
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/order/index",
  43. "style": {
  44. "navigationBarTitleText": "订单",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/information/index",
  50. "style": {
  51. "navigationBarTitleText": "消息中心",
  52. "enablePullDownRefresh": false
  53. }
  54. },
  55. {
  56. "path": "pages/mine/index",
  57. "style": {
  58. "navigationBarTitleText": "个人中心",
  59. "enablePullDownRefresh": false,
  60. "navigationBarBackgroundColor": "#FFFFFF"
  61. }
  62. },
  63. {
  64. "path": "pages/mine/password",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/mine/personal",
  71. "style": {
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/mine/system",
  77. "style": {
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/mine/address",
  83. "style": {
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/mine/addAddress",
  89. "style": {
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/order/orderDetails",
  95. "style": {
  96. "navigationStyle": "custom" // 隐藏系统导航栏
  97. }
  98. },
  99. {
  100. "path": "pages/order/securityCheck",
  101. "style": {
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/order/delivery",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/order/completionTasks",
  113. "style": {
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/order/signatureBoard",
  119. "style": {
  120. "navigationStyle": "custom"
  121. }
  122. }
  123. ],
  124. "globalStyle": {
  125. "navigationBarTextStyle": "black",
  126. "navigationBarTitleText": "气瓶安全追溯",
  127. "navigationBarBackgroundColor": "#F8F8F8",
  128. "backgroundColor": "#F8F8F8",
  129. "navigationStyle": "default"
  130. },
  131. "uniIdRouter": {}
  132. }