pages.json 3.7 KB

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