pages.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/home/home",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "",
  8. "enablePullDownRefresh": false,
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path" : "pages/login/login",
  14. "style" :
  15. {
  16. "navigationBarTitleText": "",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. // {
  21. // "path" : "pages/login/register",
  22. // "style" :
  23. // {
  24. // "navigationBarTitleText": "注册"
  25. // }
  26. // },
  27. // {
  28. // "path" : "pages/login/forget",
  29. // "style" :
  30. // {
  31. // "navigationBarTitleText": ""
  32. // }
  33. // },
  34. {
  35. "path" : "pages/login/mobileLogin",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "手机号快捷登录"
  39. }
  40. },
  41. {
  42. "path" : "pages/mine/mine",
  43. "style" :
  44. {
  45. "navigationBarTitleText": "",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path" : "pages/mang/mang",
  51. "style" :
  52. {
  53. "navigationBarTitleText": "",
  54. "enablePullDownRefresh": false,
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path" : "pages/address/address",
  60. "style" :
  61. {
  62. "navigationBarTitleText": "地址管理",
  63. "enablePullDownRefresh": false
  64. }
  65. },
  66. {
  67. "path" : "pages/address/addressManage",
  68. "style" :
  69. {
  70. "navigationBarTitleText": "地址管理",
  71. "enablePullDownRefresh": false
  72. }
  73. }
  74. ,{
  75. "path" : "pages/mang/detail",
  76. "style" :
  77. {
  78. "navigationBarTitleText": "盲盒详情",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/mang/confirm",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "确认订单",
  87. "navigationBarBackgroundColor": "#f8f8f8",
  88. "backgroundColor": "#f8f8f8"
  89. }
  90. }
  91. ,{
  92. "path" : "pages/mang/shops",
  93. "style" :
  94. {
  95. "navigationBarTitleText": "商家详情",
  96. "enablePullDownRefresh": false,
  97. "backgroundColor": "#92B99C",
  98. "navigationBarBackgroundColor": "#92B99C",
  99. "navigationBarTextStyle": "white"
  100. }
  101. }
  102. ,{
  103. "path" : "pages/order/order",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "订单",
  107. "enablePullDownRefresh": false,
  108. "backgroundColor": "#92B99C",
  109. "navigationBarBackgroundColor": "#92B99C",
  110. "navigationBarTextStyle": "white"
  111. }
  112. }
  113. ,{
  114. "path" : "pages/order/detail",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "订单详情",
  118. "enablePullDownRefresh": false
  119. }
  120. }
  121. ,{
  122. "path" : "pages/order/evaluate",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "评价页面",
  126. "enablePullDownRefresh": false
  127. }
  128. }
  129. ,{
  130. "path" : "pages/order/refund",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "申请退款",
  134. "enablePullDownRefresh": false
  135. }
  136. }
  137. ,{
  138. "path" : "pages/mine/userCenter",
  139. "style" :
  140. {
  141. "navigationBarTitleText": "个人中心",
  142. "enablePullDownRefresh": false
  143. }
  144. }
  145. ,{
  146. "path" : "pages/mine/balance/myBalance",
  147. "style" :
  148. {
  149. "navigationBarTitleText": "我的余额",
  150. "enablePullDownRefresh": false,
  151. "navigationBarBackgroundColor": "#f8f8f8",
  152. "backgroundColor": "#f8f8f8"
  153. }
  154. }
  155. ,{
  156. "path" : "pages/mine/balance/moreRecharge",
  157. "style" :
  158. {
  159. "navigationBarTitleText": "充值中心",
  160. "enablePullDownRefresh": false
  161. }
  162. }
  163. ,{
  164. "path" : "pages/mine/balance/moreRecord",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "帐户明细",
  168. "enablePullDownRefresh": false
  169. }
  170. }
  171. ,{
  172. "path" : "pages/mine/shopApply",
  173. "style" :
  174. {
  175. "navigationBarTitleText": "商家入驻",
  176. "enablePullDownRefresh": false
  177. }
  178. }
  179. ,{
  180. "path" : "pages/mine/feedback",
  181. "style" :
  182. {
  183. "navigationBarTitleText": "意见反馈",
  184. "enablePullDownRefresh": false,
  185. "navigationBarBackgroundColor": "#f8f8f8",
  186. "backgroundColor": "#f8f8f8"
  187. }
  188. }
  189. ,{
  190. "path" : "pages/mine/myEvaluate",
  191. "style" :
  192. {
  193. "navigationBarTitleText": "我的评价",
  194. "enablePullDownRefresh": false
  195. }
  196. }
  197. ,{
  198. "path" : "pages/mine/myKefu",
  199. "style" :
  200. {
  201. "navigationBarTitleText": "我的客服",
  202. "enablePullDownRefresh": false
  203. }
  204. }
  205. ,{
  206. "path" : "pages/mine/myCollection",
  207. "style" :
  208. {
  209. "navigationBarTitleText": "我的收藏",
  210. "enablePullDownRefresh": false
  211. }
  212. }
  213. ,{
  214. "path" : "pages/mang/search",
  215. "style" :
  216. {
  217. "navigationBarTitleText": "搜索",
  218. "enablePullDownRefresh": false,
  219. "navigationBarBackgroundColor": "#f8f8f8",
  220. "backgroundColor": "#f8f8f8"
  221. }
  222. }
  223. ,{
  224. "path" : "pages/mang/list",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "",
  228. "enablePullDownRefresh": false,
  229. "navigationBarBackgroundColor": "#f8f8f8",
  230. "backgroundColor": "#f8f8f8"
  231. }
  232. }
  233. ,{
  234. "path" : "pages/public/pay",
  235. "style" :
  236. {
  237. "navigationBarTitleText": "支付",
  238. "enablePullDownRefresh": false,
  239. "navigationBarBackgroundColor": "#f8f8f8"
  240. }
  241. }
  242. ,{
  243. "path" : "pages/public/paySuc",
  244. "style" :
  245. {
  246. "navigationBarTitleText": "支付",
  247. "enablePullDownRefresh": false,
  248. "navigationBarBackgroundColor": "#f8f8f8"
  249. }
  250. }
  251. ],
  252. "tabBar": {
  253. "color": "#999999",
  254. "selectedColor": "#92B99C",
  255. "backgroundColor":"#ffffff",
  256. "list": [
  257. {
  258. "pagePath": "pages/home/home",
  259. "iconPath": "static/tab/home.png",
  260. "selectedIconPath": "static/tab/home-full.png",
  261. "text": "首页"
  262. },
  263. {
  264. "pagePath": "pages/mang/mang",
  265. "iconPath": "static/tab/mang.png",
  266. "selectedIconPath": "static/tab/mang-full.png",
  267. "text": "盲盒"
  268. },
  269. {
  270. "pagePath": "pages/order/order",
  271. "iconPath": "static/tab/order.png",
  272. "selectedIconPath": "static/tab/order-full.png",
  273. "text": "订单"
  274. },
  275. {
  276. "pagePath": "pages/mine/mine",
  277. "iconPath": "static/tab/mine.png",
  278. "selectedIconPath": "static/tab/mine-full.png",
  279. "text": "我的"
  280. }
  281. ]
  282. },
  283. "globalStyle": {
  284. "navigationBarTextStyle": "black",
  285. "navigationBarTitleText": "盲go",
  286. "navigationBarBackgroundColor": "#FFFFFF",
  287. "backgroundColor": "#FFFFFF"
  288. },
  289. "uniIdRouter": {}
  290. }