pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. }
  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. "path": "pages/enterprise/enterprise",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/oneMarket/oneMarket",
  79. "style": {
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false
  82. }
  83. }, {
  84. "path": "pages/goodsDetails/goodsDetails",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "enablePullDownRefresh": false
  88. }
  89. }, {
  90. "path": "pages/twoMarket/twoMarket",
  91. "style": {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. }
  96. ],
  97. "tabBar": {
  98. "color": "#7A7E83",
  99. "selectedColor": "#4581fb",
  100. "borderStyle": "black",
  101. "backgroundColor": "#F8F8F8",
  102. "list": [{
  103. "pagePath": "pages/index/index",
  104. "iconPath": "static/tab/sy.png",
  105. "selectedIconPath": "static/tab/sy_s.png",
  106. "text": "首页"
  107. },
  108. {
  109. "pagePath": "pages/order/OrderIndex",
  110. "iconPath": "static/tab/dd.png",
  111. "selectedIconPath": "static/tab/dd_s.png",
  112. "text": "订单"
  113. },
  114. {
  115. "pagePath": "pages/message/MessageIndex",
  116. "iconPath": "static/tab/xx.png",
  117. "selectedIconPath": "static/tab/xxs.png",
  118. "text": "消息"
  119. },
  120. {
  121. "pagePath": "pages/personal/personal",
  122. "iconPath": "static/tab/wd.png",
  123. "selectedIconPath": "static/tab/wds.png",
  124. "text": "我的"
  125. }
  126. ]
  127. },
  128. "globalStyle": {
  129. "navigationBarTextStyle": "white",
  130. "navigationBarTitleText": "边民互市贸易",
  131. "navigationBarBackgroundColor": "#4581fb"
  132. }
  133. }