app.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/balance-rules/balance-rules",
  5. "pages/look-results/look-results",
  6. "pages/order-details/order-details",
  7. "pages/confirm-order/confirm-order",
  8. "pages/exchange-record/exchange-record",
  9. "pages/feedback-radio/feedback-radio",
  10. "pages/exchange-details-page/exchange-details-page",
  11. "pages/other-features/other-features",
  12. "pages/commission-exchange/commission-exchange",
  13. "pages/authentication-information/authentication-information",
  14. "pages/real-name-authentication-msg/real-name-authentication-msg",
  15. "pages/real-name-authentication/real-name-authentication",
  16. "pages/invoice-information/invoice-information",
  17. "pages/integral-rules/integral-rules",
  18. "pages/feedback/feedback",
  19. "pages/confirm-change/confirm-change",
  20. "pages/integral-mall/integral-mall",
  21. "pages/referees/referees",
  22. "pages/invite-friends/invite-friends",
  23. "pages/release-requirements/release-requirements",
  24. "pages/apply-to-be-an-employee/apply-to-be-an-employee",
  25. "pages/modify-mine/modify-mine",
  26. "pages/points-details/points-details",
  27. "pages/balance-details/balance-details",
  28. "pages/historical-progress/historical-progress",
  29. "pages/withdraw/withdraw",
  30. "pages/common-problem/common-problem",
  31. "pages/search/search",
  32. "pages/product-details/product-details",
  33. "pages/more-categories/more-categories",
  34. "pages/order/order",
  35. "pages/my/my",
  36. "pages/activity-rule/activity-rule",
  37. "pages/successful-application/successful-application"
  38. ],
  39. "window": {
  40. "navigationBarBackgroundColor": "#fff",
  41. "navigationBarTitleText": "",
  42. "navigationBarTextStyle": "black",
  43. "backgroundTextStyle": "light"
  44. },
  45. "tabBar": {
  46. "color": "#333333",
  47. "selectedColor": "#333333",
  48. "backgroundColor": "#fff",
  49. "borderStyle": "white",
  50. "position": "bottom",
  51. "list": [{
  52. "iconPath": "/images/foot-1.png",
  53. "selectedIconPath": "/images/foot-1active.png",
  54. "pagePath": "pages/index/index",
  55. "text": "首页"
  56. },
  57. {
  58. "iconPath": "/images/foot-2.png",
  59. "selectedIconPath": "/images/foot-2active.png",
  60. "pagePath": "pages/release-requirements/release-requirements",
  61. "text": "发布"
  62. },
  63. {
  64. "iconPath": "/images/foot-3.png",
  65. "selectedIconPath": "/images/foot-3active.png",
  66. "pagePath": "pages/order/order",
  67. "text": "订单"
  68. },
  69. {
  70. "iconPath": "/images/foot-4.png",
  71. "selectedIconPath": "/images/foot-4active.png",
  72. "pagePath": "pages/my/my",
  73. "text": "我的"
  74. }
  75. ]
  76. },
  77. "permission": {
  78. "scope.userLocation": {
  79. "desc": "用于获取地址信息"
  80. }
  81. },
  82. "sitemapLocation": "sitemap.json",
  83. "useExtendedLib": {
  84. "weui": true
  85. }
  86. }