pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/login/login",
  7. "style": {
  8. "navigationBarTitleText": ""
  9. //登录
  10. //"navigationStyle":"custom"
  11. }
  12. }, {
  13. "path": "pages/login/chooseRole",
  14. "style": {
  15. "navigationBarTitleText": "选择角色",
  16. "enablePullDownRefresh": false
  17. }
  18. }, {
  19. "path": "pages/login/register",
  20. "style": {
  21. "navigationBarTitleText": "",
  22. "enablePullDownRefresh": false
  23. }
  24. }, {
  25. "path": "pages/index/index",
  26. "style": {
  27. "navigationBarTitleText": "首页",
  28. "app-plus": {
  29. "titleNView": {
  30. "backgroundColor": "#ff4200",
  31. "titleColor": "#fff"
  32. }
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/order/OrderIndex",
  38. "style": {
  39. "navigationBarTitleText": "订单中心",
  40. "app-plus": {
  41. "titleNView": {
  42. "backgroundColor": "#ff4200",
  43. "titleColor": "#fff"
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/message/MessageIndex",
  50. "style": {
  51. "navigationBarTitleText": "消息中心",
  52. "app-plus": {
  53. "titleNView": {
  54. "backgroundColor": "#ff4200",
  55. "titleColor": "#fff"
  56. }
  57. }
  58. }
  59. }
  60. , {
  61. "path": "pages/personal/personal",
  62. "style": {
  63. "navigationBarTitleText": "个人中心",
  64. "app-plus": {
  65. "titleNView": {
  66. "backgroundColor": "#ff4200",
  67. "titleColor": "#fff"
  68. }
  69. }
  70. }
  71. }
  72. ,{
  73. "path" : "pages/enterprise/enterprise",
  74. "style" :
  75. {
  76. "navigationBarTitleText": "",
  77. "enablePullDownRefresh": false
  78. }
  79. }
  80. ,{
  81. "path" : "pages/oneMarket/oneMarket",
  82. "style" :
  83. {
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false
  86. }
  87. }
  88. ,{
  89. "path" : "pages/goodsDetails/goodsDetails",
  90. "style" :
  91. {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ,{
  97. "path" : "pages/twoMarket/twoMarket",
  98. "style" :
  99. {
  100. "navigationBarTitleText": "",
  101. "enablePullDownRefresh": false
  102. }
  103. }
  104. ],
  105. "globalStyle": {
  106. "navigationBarTextStyle": "white",
  107. "navigationBarTitleText": "uni-app",
  108. "navigationBarBackgroundColor": "#fff",
  109. "backgroundColor": "#F8F8F8"
  110. },
  111. "tabBar": {
  112. "color": "#7A7E83",
  113. "selectedColor": "#3cc51f",
  114. "borderStyle": "black",
  115. "backgroundColor": "#ffffff",
  116. "list": [{
  117. "pagePath": "pages/index/index",
  118. "iconPath": "static/icon/home-icon.png",
  119. "selectedIconPath": "static/icon/home-icon-select.png",
  120. "text": "首页"
  121. },
  122. {
  123. "pagePath": "pages/order/OrderIndex",
  124. "iconPath": "static/icon/order-icon.png",
  125. "selectedIconPath": "static/icon/order-icon-select.png",
  126. "text": "订单"
  127. },
  128. {
  129. "pagePath": "pages/message/MessageIndex",
  130. "iconPath": "static/icon/message-icon.png",
  131. "selectedIconPath": "static/icon/message-icon-select.png",
  132. "text": "消息"
  133. },
  134. {
  135. "pagePath": "pages/personal/personal",
  136. "iconPath": "static/icon/person-icon.png",
  137. "selectedIconPath": "static/icon/person-icon-select.png",
  138. "text": "个人中心"
  139. }
  140. ]
  141. }
  142. }