pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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/login/userAgreement",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/index/index",
  32. "style": {
  33. "navigationBarTitleText": "首页",
  34. "app-plus": {
  35. "titleNView": {
  36. "backgroundColor": "#ff4200",
  37. "titleColor": "#fff"
  38. }
  39. }
  40. }
  41. },
  42. {
  43. "path": "pages/order/OrderIndex",
  44. "style": {
  45. "navigationBarTitleText": "订单中心",
  46. "app-plus": {
  47. "titleNView": {
  48. "backgroundColor": "#ff4200",
  49. "titleColor": "#fff"
  50. }
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/message/MessageIndex",
  56. "style": {
  57. "navigationBarTitleText": "消息中心",
  58. "app-plus": {
  59. "titleNView": {
  60. "backgroundColor": "#ff4200",
  61. "titleColor": "#fff"
  62. }
  63. }
  64. }
  65. }
  66. , {
  67. "path": "pages/personal/personal",
  68. "style": {
  69. "navigationBarTitleText": "个人中心",
  70. "app-plus": {
  71. "titleNView": {
  72. "backgroundColor": "#ff4200",
  73. "titleColor": "#fff"
  74. }
  75. }
  76. }
  77. }
  78. ,{
  79. "path" : "pages/enterprise/enterprise",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "",
  83. "enablePullDownRefresh": false
  84. }
  85. }
  86. ,{
  87. "path" : "pages/oneMarket/oneMarket",
  88. "style" :
  89. {
  90. "navigationBarTitleText": "",
  91. "enablePullDownRefresh": false
  92. }
  93. }
  94. ,{
  95. "path" : "pages/goodsDetails/goodsDetails",
  96. "style" :
  97. {
  98. "navigationBarTitleText": "",
  99. "enablePullDownRefresh": false
  100. }
  101. }
  102. ,{
  103. "path" : "pages/twoMarket/twoMarket",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ],
  111. "globalStyle": {
  112. "navigationBarTextStyle": "white",
  113. "navigationBarTitleText": "uni-app",
  114. "navigationBarBackgroundColor": "#fff",
  115. "backgroundColor": "#F8F8F8"
  116. },
  117. "tabBar": {
  118. "color": "#7A7E83",
  119. "selectedColor": "#3cc51f",
  120. "borderStyle": "black",
  121. "backgroundColor": "#ffffff",
  122. "list": [{
  123. "pagePath": "pages/index/index",
  124. "iconPath": "static/icon/home-icon.png",
  125. "selectedIconPath": "static/icon/home-icon-select.png",
  126. "text": "首页"
  127. },
  128. {
  129. "pagePath": "pages/order/OrderIndex",
  130. "iconPath": "static/icon/order-icon.png",
  131. "selectedIconPath": "static/icon/order-icon-select.png",
  132. "text": "订单"
  133. },
  134. {
  135. "pagePath": "pages/message/MessageIndex",
  136. "iconPath": "static/icon/message-icon.png",
  137. "selectedIconPath": "static/icon/message-icon-select.png",
  138. "text": "消息"
  139. },
  140. {
  141. "pagePath": "pages/personal/personal",
  142. "iconPath": "static/icon/person-icon.png",
  143. "selectedIconPath": "static/icon/person-icon-select.png",
  144. "text": "个人中心"
  145. }
  146. ]
  147. }
  148. }