pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/category/index",
  10. "style": {
  11. "navigationBarTitleText": "分类"
  12. }
  13. },
  14. {
  15. "path": "pages/service/index",
  16. "style": {
  17. "navigationBarTitleText": "售后"
  18. }
  19. },
  20. {
  21. "path": "pages/my/index",
  22. "style": {
  23. "navigationBarTitleText": "我的"
  24. }
  25. },
  26. {
  27. "path": "pages/map/index",
  28. "style": {
  29. "navigationBarTitleText": "地图"
  30. }
  31. },
  32. {
  33. "path": "pages/my/huiBen_record/index",
  34. "style": {
  35. "navigationBarTitleText": "绘本记录"
  36. }
  37. },
  38. {
  39. "path": "pages/my/charge/index",
  40. "style": {
  41. "navigationBarTitleText": "充值次数"
  42. }
  43. },
  44. {
  45. "path": "pages/my/userInfo/index",
  46. "style": {
  47. "navigationBarTitleText": "个人资料"
  48. }
  49. },
  50. {
  51. "path": "pages/index/genHuiBen/index",
  52. "style": {
  53. "navigationBarTitleText": "绘本生成"
  54. }
  55. },
  56. {
  57. "path": "pages/index/genRes/index",
  58. "style": {
  59. "navigationBarTitleText": "绘本生成"
  60. }
  61. },
  62. {
  63. "path": "pages/my/pubCenter/index",
  64. "style": {
  65. "navigationBarTitleText": "推广中心"
  66. }
  67. },
  68. {
  69. "path": "pages/my/jiangli/index",
  70. "style": {
  71. "navigationBarTitleText": "推荐奖励"
  72. }
  73. },
  74. {
  75. "path": "pages/my/tuiguangDashi/index",
  76. "style": {
  77. "navigationBarTitleText": "推广大使"
  78. }
  79. },
  80. {
  81. "path": "pages/my/yongjinDetail/index",
  82. "style": {
  83. "navigationBarTitleText": "佣金明细"
  84. }
  85. },
  86. {
  87. "path": "pages/my/cash/index",
  88. "style": {
  89. "navigationBarTitleText": "提现"
  90. }
  91. },
  92. {
  93. "path": "pages/my/cashRecord/index",
  94. "style": {
  95. "navigationBarTitleText": "提现记录"
  96. }
  97. },
  98. {
  99. "path": "pages/my/team/index",
  100. "style": {
  101. "navigationBarTitleText": "推广团队"
  102. }
  103. },
  104. {
  105. "path": "pages/my/tuiguangHaibao/index",
  106. "style": {
  107. "navigationBarTitleText": "推广海报"
  108. }
  109. },
  110. {
  111. "path": "pages/my/myRecord/index",
  112. "style": {
  113. "navigationBarTitleText": "我的记录"
  114. }
  115. },
  116. {
  117. "path": "pages/my/kefu/index",
  118. "style": {
  119. "navigationBarTitleText": "客服中心"
  120. }
  121. },
  122. {
  123. "path": "pages/my/aboutUs/index",
  124. "style": {
  125. "navigationBarTitleText": "关于我们"
  126. }
  127. }
  128. ],
  129. "globalStyle": {
  130. "navigationBarTextStyle": "black",
  131. "navigationBarTitleText": "uni-app",
  132. "navigationBarBackgroundColor": "#F8F8F8",
  133. "backgroundColor": "#F8F8F8",
  134. "navigationStyle": "custom",
  135. "app-plus": {
  136. "background": "#efeff4"
  137. }
  138. },
  139. "tabBar": {
  140. "custom": true,
  141. "color": "black", //字体颜色
  142. "selectedColor": "#0000ff", //选中时字体颜色
  143. "borderStyle": "black", //底部的上边框线条
  144. "backgroundColor": "#fff", //底部背景色
  145. "fontSize": "12px", //字体大小
  146. "spacing": "5px", //字体到图标的距离
  147. "height": "50px", //底部高
  148. "list": [{
  149. "pagePath": "pages/index/index",
  150. "text": "首页",
  151. "iconPath": "static/tabbar/index.png",
  152. "selectedIconPath": "static/tabbar/index_a.png"
  153. },
  154. // {
  155. // "pagePath": "pages/category/index",
  156. // "text": "分类",
  157. // "iconPath": "static/tabbar/cat.png",
  158. // "selectedIconPath": "static/tabbar/cat_a.png"
  159. // },
  160. // {
  161. // "pagePath": "pages/service/index",
  162. // "text": "售后",
  163. // "iconPath": "static/tabbar/service.png",
  164. // "selectedIconPath": "static/tabbar/service_a.png"
  165. // },
  166. {
  167. "pagePath": "pages/my/index",
  168. "text": "我的",
  169. "iconPath": "static/tabbar/my.png",
  170. "selectedIconPath": "static/tabbar/my_a.png"
  171. }
  172. ]
  173. }
  174. }