pages.json 3.7 KB

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