pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. "navigationStyle":"custom"
  10. }
  11. }, {
  12. "path": "pages/login/chooseRole",
  13. "style": {
  14. "navigationBarTitleText": "选择角色",
  15. "enablePullDownRefresh": false
  16. }
  17. }, {
  18. "path": "pages/login/register",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "enablePullDownRefresh": false
  22. }
  23. }, {
  24. "path": "pages/login/userAgreement",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "enablePullDownRefresh": false
  28. }
  29. }, {
  30. "path": "pages/index/index",
  31. "style": {
  32. "navigationBarTitleText": "首页",
  33. "enablePullDownRefresh": true,
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/order/OrderIndex",
  39. "style": {
  40. "navigationBarTitleText": "订单中心",
  41. "app-plus": {
  42. "titleNView": {
  43. "backgroundColor": "#ff4200",
  44. "titleColor": "#fff"
  45. }
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/message/MessageIndex",
  51. "style": {
  52. "navigationBarTitleText": "消息中心",
  53. "app-plus": {
  54. "titleNView": {
  55. "backgroundColor": "#ff4200",
  56. "titleColor": "#fff"
  57. }
  58. }
  59. }
  60. }
  61. , {
  62. "path": "pages/personal/personal",
  63. "style": {
  64. "navigationBarTitleText": "个人中心",
  65. "app-plus": {
  66. "titleNView": {
  67. "backgroundColor": "#ff4200",
  68. "titleColor": "#fff"
  69. }
  70. }
  71. }
  72. }, {
  73. "path": "pages/enterprise/enterprise",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "pages/oneMarket/oneMarket",
  80. "style": {
  81. "navigationBarTitleText": "",
  82. "enablePullDownRefresh": false
  83. }
  84. }, {
  85. "path": "pages/goodsDetails/goodsDetails",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. }, {
  91. "path": "pages/twoMarket/twoMarket",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "enablePullDownRefresh": false
  95. }
  96. }
  97. ],
  98. "tabBar": {
  99. "color": "#7A7E83",
  100. "selectedColor": "#4581fb",
  101. "borderStyle": "black",
  102. "backgroundColor": "#F8F8F8",
  103. "list": [{
  104. "pagePath": "pages/index/index",
  105. "iconPath": "static/tab/sy.png",
  106. "selectedIconPath": "static/tab/sy_s.png",
  107. "text": "首页"
  108. },
  109. {
  110. "pagePath": "pages/order/OrderIndex",
  111. "iconPath": "static/tab/dd.png",
  112. "selectedIconPath": "static/tab/dd_s.png",
  113. "text": "订单"
  114. },
  115. {
  116. "pagePath": "pages/message/MessageIndex",
  117. "iconPath": "static/tab/xx.png",
  118. "selectedIconPath": "static/tab/xxs.png",
  119. "text": "消息"
  120. },
  121. {
  122. "pagePath": "pages/personal/personal",
  123. "iconPath": "static/tab/wd.png",
  124. "selectedIconPath": "static/tab/wds.png",
  125. "text": "我的"
  126. }
  127. ]
  128. },
  129. "globalStyle": {
  130. "navigationBarTextStyle": "white",
  131. "navigationBarTitleText": "边民互市贸易",
  132. "navigationBarBackgroundColor": "#4581fb"
  133. }
  134. }