app.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/shopList",
  5. "pages/index/jfgood",
  6. "pages/index/sign",
  7. "pages/public/register",
  8. "pages/index/gongyiList",
  9. "pages/user/zhuanlist",
  10. "pages/money/moneyPwd",
  11. "pages/public/login",
  12. "pages/money/withdmoenys",
  13. "pages/user/extension",
  14. "pages/public/wxLogin",
  15. "pages/public/forget",
  16. "pages/product/groupBooking/index",
  17. "pages/product/groupBooking/detail",
  18. "pages/product/groupBooking/productCollage",
  19. "pages/product/groupBooking/inviteImg",
  20. "pages/product/groupBooking/productGroup",
  21. "pages/product/reply",
  22. "pages/product/product",
  23. "pages/product/seckill",
  24. "pages/product/list",
  25. "pages/product/search",
  26. "pages/product/classify",
  27. "pages/product/jfproduct",
  28. "pages/set/set",
  29. "pages/set/address",
  30. "pages/set/addressManage",
  31. "pages/set/phone",
  32. "pages/set/password",
  33. "pages/set/userinfo",
  34. "pages/cart/cart",
  35. "pages/user/user",
  36. "pages/user/award",
  37. "pages/user/withdrawal",
  38. "pages/user/notice",
  39. "pages/user/favorites",
  40. "pages/user/coupon",
  41. "pages/user/scoreAccumulate",
  42. "pages/order/order",
  43. "pages/order/expressInfo",
  44. "pages/order/orderDetail",
  45. "pages/order/evaluate",
  46. "pages/order/orderRefund",
  47. "pages/order/createOrder",
  48. "pages/order/jforder",
  49. "pages/money/pay",
  50. "pages/money/paySuccess",
  51. "pages/money/wallet",
  52. "pages/money/account",
  53. "pages/money/withdrawal",
  54. "pages/money/recharge",
  55. "pages/category/category",
  56. "pages/redirect/redirect",
  57. "pages/user/shareQrCode"
  58. ],
  59. "subPackages": [
  60. {
  61. "root": "pages/activity",
  62. "pages": [
  63. "goods_bargain/index",
  64. "goods_bargain_details/index",
  65. "bargain/index"
  66. ],
  67. "name": "activity"
  68. }
  69. ],
  70. "window": {
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "万吉商城",
  73. "navigationBarBackgroundColor": "#FFFFFF",
  74. "backgroundColor": "#f8f8f8"
  75. },
  76. "tabBar": {
  77. "color": "#C0C4CC",
  78. "selectedColor": "#5DBC7C",
  79. "borderStyle": "black",
  80. "backgroundColor": "#ffffff",
  81. "list": [
  82. {
  83. "pagePath": "pages/index/index",
  84. "iconPath": "static/tabBar/tab-home.png",
  85. "selectedIconPath": "static/tabBar/tab-home-current.png",
  86. "text": "首页"
  87. },
  88. {
  89. "pagePath": "pages/category/category",
  90. "iconPath": "static/tabBar/tab-cate.png",
  91. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  92. "text": "分类"
  93. },
  94. {
  95. "pagePath": "pages/cart/cart",
  96. "iconPath": "static/tabBar/tab-cart.png",
  97. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  98. "text": "购物车"
  99. },
  100. {
  101. "pagePath": "pages/user/user",
  102. "iconPath": "static/tabBar/tab-my.png",
  103. "selectedIconPath": "static/tabBar/tab-my-current.png",
  104. "text": "我的"
  105. }
  106. ]
  107. },
  108. "usingComponents": {}
  109. }