pages.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "首页"
  15. }
  16. },
  17. {
  18. "path": "pages/user/index",
  19. "style": {
  20. "navigationBarTitleText": "个人中心"
  21. }
  22. },
  23. {
  24. "path": "pages/change_password/change_password",
  25. "style": {
  26. "navigationBarTitleText": "修改密码",
  27. "navigationBarBackgroundColor": "#ffe079",
  28. "navigationBarTextStyle": "black",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/find_funds/findFunds",
  34. "style": {
  35. "navigationBarTitleText": "找款",
  36. "navigationBarBackgroundColor": "#ffe079",
  37. "navigationBarTextStyle": "black",
  38. "app-plus": {
  39. "titleNView": {
  40. "type": "default"
  41. }
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/find_funds/fundsOrder",
  47. "style": {
  48. "navigationBarTitleText": "找款订单",
  49. "navigationBarBackgroundColor": "#ffe079",
  50. "navigationBarTextStyle": "black",
  51. "app-plus": {
  52. "titleNView": {
  53. "type": "default"
  54. }
  55. }
  56. }
  57. },
  58. {
  59. "path": "pages/mall/index",
  60. "style": {
  61. "navigationBarTitleText": "商城",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/mall/newIndex",
  67. "style": {
  68. "navigationBarTitleText": "商城",
  69. "navigationStyle": "custom",
  70. "onReachBottomDistance": 100
  71. }
  72. }
  73. ],
  74. "subPackages": [
  75. {
  76. "root": "pages/users",
  77. "name": "users",
  78. "pages": [
  79. {
  80. "path": "order_list/index",
  81. "style": {
  82. "navigationBarTitleText": "我的订单",
  83. "navigationBarBackgroundColor": "#e93323",
  84. "navigationBarTextStyle": "black"
  85. }
  86. },
  87. {
  88. "path": "login/index",
  89. "style": {
  90. "navigationBarTitleText": "登录",
  91. "navigationBarBackgroundColor": "#ffe079",
  92. "navigationBarTextStyle": "black"
  93. }
  94. },
  95. {
  96. "path": "app_login/index",
  97. "style": {
  98. "navigationBarTitleText": "绑定手机号",
  99. "navigationStyle": "custom"
  100. }
  101. }
  102. ]
  103. }
  104. ],
  105. "globalStyle": {
  106. "navigationBarBackgroundColor": "#F8F8F8",
  107. "navigationBarTextStyle": "black",
  108. "navigationBarTitleText": "水贝商城",
  109. "backgroundColor": "#ffe079"
  110. },
  111. "tabBar": {
  112. "color": "#282828",
  113. "selectedColor": "#CD9933",
  114. "borderStyle": "black",
  115. "backgroundColor": "#ffffff",
  116. "list": [
  117. {
  118. "pagePath": "pages/index/index",
  119. "iconPath": "static/images/tabbar/1-001.png",
  120. "selectedIconPath": "static/images/tabbar/1-002.png",
  121. "text": "首页"
  122. },
  123. {
  124. "pagePath": "pages/mall/newIndex",
  125. "iconPath": "static/images/tabbar/3-001.png",
  126. "selectedIconPath": "static/images/tabbar/3-002.png",
  127. "text": "购物车"
  128. },
  129. {
  130. "pagePath": "pages/user/index",
  131. "iconPath": "static/images/tabbar/4-001.png",
  132. "selectedIconPath": "static/images/tabbar/4-002.png",
  133. "text": "我的"
  134. }
  135. ]
  136. },
  137. "uniIdRouter": {}
  138. }