app.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/index/artlist",
  5. "pages/index/integral",
  6. "pages/index/baodan",
  7. "pages/index/artDetail",
  8. "pages/public/register",
  9. "pages/public/login",
  10. "pages/public/wxLogin",
  11. "pages/public/forget",
  12. "pages/product/reply",
  13. "pages/product/product",
  14. "pages/product/list",
  15. "pages/product/search",
  16. "pages/set/set",
  17. "pages/set/address",
  18. "pages/set/addressManage",
  19. "pages/store/shopDetail",
  20. "pages/store/shopList",
  21. "pages/set/phone",
  22. "pages/set/password",
  23. "pages/set/userinfo",
  24. "pages/cart/cart",
  25. "pages/user/user",
  26. "pages/user/jf",
  27. "pages/user/award",
  28. "pages/user/withdrawal",
  29. "pages/user/yjzye",
  30. "pages/order/order",
  31. "pages/order/expressInfo",
  32. "pages/order/orderDetail",
  33. "pages/order/evaluate",
  34. "pages/order/orderRefund",
  35. "pages/order/createOrder",
  36. "pages/money/pay",
  37. "pages/money/paySuccess",
  38. "pages/money/wallet",
  39. "pages/money/account",
  40. "pages/money/withdrawal",
  41. "pages/money/recharge",
  42. "pages/category/category",
  43. "pages/redirect/redirect",
  44. "pages/user/shareQrCode",
  45. "pages/user/team",
  46. "pages/user/yue",
  47. "pages/user/yjzz"
  48. ],
  49. "subPackages": [],
  50. "window": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "芯悦澜",
  53. "navigationBarBackgroundColor": "#FFFFFF",
  54. "backgroundColor": "#f8f8f8"
  55. },
  56. "tabBar": {
  57. "color": "#C0C4CC",
  58. "selectedColor": "#FF4C4C",
  59. "borderStyle": "black",
  60. "backgroundColor": "#ffffff",
  61. "list": [
  62. {
  63. "pagePath": "pages/index/index",
  64. "iconPath": "static/tabBar/home.png",
  65. "selectedIconPath": "static/tabBar/home-action.png",
  66. "text": "首页"
  67. },
  68. {
  69. "pagePath": "pages/category/category",
  70. "iconPath": "static/tabBar/cate.png",
  71. "selectedIconPath": "static/tabBar/cate-action.png",
  72. "text": "分类"
  73. },
  74. {
  75. "pagePath": "pages/cart/cart",
  76. "iconPath": "static/tabBar/cart.png",
  77. "selectedIconPath": "static/tabBar/cart-action.png",
  78. "text": "购物车"
  79. },
  80. {
  81. "pagePath": "pages/user/user",
  82. "iconPath": "static/tabBar/user.png",
  83. "selectedIconPath": "static/tabBar/user-action.png",
  84. "text": "我的"
  85. }
  86. ]
  87. },
  88. "usingComponents": {}
  89. }