西藏巴青项目

pages.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/home/index",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "disableScroll": true
  16. }
  17. },
  18. {
  19. "path": "pages/order/index",
  20. "style": {
  21. "navigationBarTitleText": "订单",
  22. "disableScroll": true
  23. }
  24. },
  25. {
  26. "path": "pages/market/index",
  27. "style": {
  28. "navigationBarTitleText": "行情",
  29. "disableScroll": true
  30. }
  31. },
  32. {
  33. "path": "pages/mine/index",
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "disableScroll": true
  37. }
  38. },
  39. {
  40. "path": "pages/login/index",
  41. "style": {
  42. "navigationBarTitleText": "登录",
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/supplier/order-detail/index",
  48. "style": {
  49. "navigationBarTitleText": "订单详情"
  50. }
  51. },
  52. {
  53. "path": "pages/distributor/order-detail/index",
  54. "style": {
  55. "navigationBarTitleText": "订单详情"
  56. }
  57. },
  58. {
  59. "path": "pages/distributor/yak-detail/index",
  60. "style": {
  61. "navigationBarTitleText": "牦牛详情"
  62. }
  63. }
  64. ],
  65. "globalStyle": {
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "巴青交易市场",
  68. "navigationBarBackgroundColor": "#F8F8F8",
  69. "backgroundColor": "#F8F8F8"
  70. },
  71. "tabBar": {
  72. "color": "#9CA3AF",
  73. "selectedColor": "#22C55E",
  74. "borderStyle": "black",
  75. "backgroundColor": "#ffffff",
  76. "list": [
  77. {
  78. "pagePath": "pages/home/index",
  79. "iconPath": "static/tabbar/home.png",
  80. "selectedIconPath": "static/tabbar/home-active.png",
  81. "text": "首页"
  82. },
  83. {
  84. "pagePath": "pages/order/index",
  85. "iconPath": "static/tabbar/order.png",
  86. "selectedIconPath": "static/tabbar/order-active.png",
  87. "text": "订单"
  88. },
  89. {
  90. "pagePath": "pages/market/index",
  91. "iconPath": "static/tabbar/market.png",
  92. "selectedIconPath": "static/tabbar/market-active.png",
  93. "text": "行情"
  94. },
  95. {
  96. "pagePath": "pages/mine/index",
  97. "iconPath": "static/tabbar/mine.png",
  98. "selectedIconPath": "static/tabbar/mine-active.png",
  99. "text": "我的"
  100. }
  101. ]
  102. },
  103. "uniIdRouter": {}
  104. }