app.json 2.5 KB

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