pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  6. "^d-(.*)": "@/components/d-$1/d-$1.vue"
  7. }
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/mine/mine",
  20. "style": {
  21. "navigationBarTitleText": "",
  22. "enablePullDownRefresh": false,
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/login/login",
  28. "style": {
  29. "navigationBarTitleText": "登录",
  30. "enablePullDownRefresh": false
  31. }
  32. }
  33. ],
  34. "subPackages": [{
  35. "root": "pageA",
  36. "pages": [
  37. // {
  38. // "path": "index",
  39. // "style": {
  40. // "navigationBarTitleText": "",
  41. // "enablePullDownRefresh": false
  42. // }
  43. // },
  44. {
  45. "path": "xieyi",
  46. "style": {
  47. "navigationBarTitleText": "用户协议",
  48. "enablePullDownRefresh": false
  49. }
  50. },
  51. {
  52. "path": "yinsi",
  53. "style": {
  54. "navigationBarTitleText": "隐私政策",
  55. "enablePullDownRefresh": false
  56. }
  57. },
  58. {
  59. "path": "orderinfo",
  60. "style": {
  61. "navigationBarTitleText": "我的订单",
  62. "enablePullDownRefresh": false
  63. }
  64. },
  65. {
  66. "path": "shopping/shopping",
  67. "style": {
  68. "navigationBarTitleText": "积分商城",
  69. "enablePullDownRefresh": false,
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "commodity",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "enablePullDownRefresh": false,
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "submit",
  83. "style": {
  84. "navigationBarTitleText": "提交订单",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "everyday",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "enablePullDownRefresh": false,
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "address",
  98. "style": {
  99. "navigationBarTitleText": "我的地址",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path": "duihuan",
  105. "style": {
  106. "navigationBarTitleText": "订单转换",
  107. "enablePullDownRefresh": false
  108. }
  109. },
  110. {
  111. "path": "xuyuan",
  112. "style": {
  113. "navigationBarTitleText": "许愿单",
  114. "enablePullDownRefresh": false
  115. }
  116. },
  117. {
  118. "path": "xiaoxi",
  119. "style": {
  120. "navigationBarTitleText": "消息中心",
  121. "enablePullDownRefresh": false
  122. }
  123. },
  124. {
  125. "path": "tongzhi",
  126. "style": {
  127. "navigationBarTitleText": "",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "formerly",
  133. "style": {
  134. "navigationBarTitleText": "往期直播",
  135. "enablePullDownRefresh": false
  136. }
  137. }
  138. ]
  139. }],
  140. "globalStyle": {
  141. "navigationBarTextStyle": "black",
  142. "navigationBarTitleText": "粉丝私域服务中心",
  143. "navigationBarBackgroundColor": "#fff",
  144. "backgroundColor": "#fff"
  145. },
  146. "uniIdRouter": {},
  147. "tabBar": {
  148. "selectedColor": "#57C2F4",
  149. "color": "#7A7A7A ",
  150. "list": [{
  151. "iconPath": "/static/images/index.png",
  152. "selectedIconPath": "/static/images/index1.png",
  153. "text": "首页",
  154. "pagePath": "pages/index/index"
  155. }, {
  156. "iconPath": "/static/images/mine.png",
  157. "selectedIconPath": "/static/images/mine1.png",
  158. "text": "我的",
  159. "pagePath": "pages/mine/mine"
  160. }]
  161. }
  162. }