pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "首页"
  6. }
  7. },
  8. {
  9. "path": "pages/index/artList",
  10. "style": {
  11. "navigationBarTitleText": "新闻资讯"
  12. }
  13. },
  14. {
  15. "path": "pages/index/artDetail",
  16. "style": {
  17. "navigationBarTitleText": "资讯详情"
  18. }
  19. },
  20. {
  21. "path": "pages/index/zngs",
  22. "style": {
  23. "navigationStyle": "custom",
  24. "navigationBarTitleText": "智能估算"
  25. }
  26. },
  27. {
  28. "path": "pages/public/register",
  29. "style": {
  30. "navigationBarTitleText": "注册",
  31. "app-plus": {
  32. "titleNView": {
  33. "type": "transparent"
  34. }
  35. }
  36. }
  37. }, {
  38. "path": "pages/public/login",
  39. "style": {
  40. "navigationBarTitleText": "登录",
  41. "app-plus": {
  42. "titleNView": {
  43. "type": "transparent"
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/public/wxLogin",
  50. "style": {
  51. "navigationBarTitleText": "微信登录",
  52. "app-plus": {
  53. "titleNView": {
  54. "type": "transparent"
  55. }
  56. }
  57. }
  58. },
  59. {
  60. "path": "pages/public/forget",
  61. "style": {
  62. "navigationBarTitleText": "忘记密码",
  63. "app-plus": {
  64. "titleNView": {
  65. "type": "transparent"
  66. }
  67. }
  68. }
  69. },
  70. {
  71. "path": "pages/set/set",
  72. "style": {
  73. "navigationBarTitleText": "设置"
  74. }
  75. },
  76. {
  77. "path": "pages/set/phone",
  78. "style": {
  79. "navigationBarTitleText": "实名认证"
  80. }
  81. },
  82. {
  83. "path": "pages/set/password",
  84. "style": {
  85. "navigationBarTitleText": "修改密码"
  86. }
  87. },
  88. {
  89. "path": "pages/set/userinfo",
  90. "style": {
  91. "navigationBarTitleText": "修改资料"
  92. }
  93. },
  94. {
  95. "path": "pages/user/user",
  96. "style": {
  97. // #ifndef MP-WEIXIN
  98. "navigationStyle": "custom",
  99. // #endif
  100. "navigationBarTitleText": "个人中心"
  101. }
  102. },
  103. {
  104. "path": "pages/user/jsxq",
  105. "style": {
  106. "navigationBarTitleText": "计算详情"
  107. }
  108. },
  109. {
  110. "path": "pages/user/menber",
  111. "style": {
  112. "navigationBarTitleText": "开通会员"
  113. }
  114. },
  115. {
  116. "path": "pages/user/mytimes",
  117. "style": {
  118. "navigationBarTitleText": "次数记录",
  119. "app-plus": {
  120. "titleNView": {
  121. "type": "transparent"
  122. }
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/money/pay",
  128. "style": {
  129. "navigationBarTitleText": "支付"
  130. }
  131. },
  132. {
  133. "path": "pages/money/paySuccess",
  134. "style": {
  135. "navigationBarTitleText": "支付成功"
  136. }
  137. },
  138. {
  139. "path": "pages/redirect/redirect",
  140. "style": {
  141. "navigationBarTitleText": "微信登录跳转页面",
  142. "app-plus": {
  143. "titleNView": false
  144. }
  145. }
  146. },
  147. {
  148. "path": "pages/user/myjslis",
  149. "style": {
  150. "navigationBarTitleText": "计算记录"
  151. }
  152. }
  153. ],
  154. "globalStyle": {
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "uni-app",
  157. "navigationBarBackgroundColor": "#FFFFFF",
  158. "backgroundColor": "#f8f8f8"
  159. },
  160. "tabBar": {
  161. "color": "#C0C4CC",
  162. "selectedColor": "#405eeb",
  163. "borderStyle": "black",
  164. "backgroundColor": "#ffffff",
  165. "list": [{
  166. "pagePath": "pages/index/index",
  167. "iconPath": "static/tabBar/home.png",
  168. "selectedIconPath": "static/tabBar/home-action.png",
  169. "text": "首页"
  170. },
  171. {
  172. "pagePath": "pages/index/artList",
  173. "iconPath": "static/tabBar/xx.png",
  174. "selectedIconPath": "static/tabBar/xx-action.png",
  175. "text": "新闻资讯"
  176. },
  177. // {
  178. // "pagePath": "pages/cart/cart",
  179. // "iconPath": "static/tabBar/tab-cart.png",
  180. // "selectedIconPath": "static/tabBar/tab-cart-current.png",
  181. // "text": "购物车"
  182. // },
  183. {
  184. "pagePath": "pages/user/user",
  185. "iconPath": "static/tabBar/user.png",
  186. "selectedIconPath": "static/tabBar/user-action.png",
  187. "text": "我的"
  188. }
  189. ]
  190. }
  191. }